Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

55 u_charType(UChar32 c) {
73 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
95 u_islower(UChar32 c) {
103 u_isupper(UChar32 c) {
111 u_istitle(UChar32 c) {
119 u_isdigit(UChar32 c) {
126 u_isxdigit(UChar32 c) {
143 u_isalpha(UChar32 c) {
150 u_isUAlphabetic(UChar32 c) {
156 u_isalnum(UChar32 c) {
167 u_isalnumPOSIX(UChar32 c) {
173 u_isdefined(UChar32 c) {
181 u_isbase(UChar32 c) {
189 u_iscntrl(UChar32 c) {
196 u_isISOControl(UChar32 c) {
210 u_isspace(UChar32 c) {
217 u_isJavaSpaceChar(UChar32 c) {
225 u_isWhitespace(UChar32 c) {
236 u_isblank(UChar32 c) {
248 u_isUWhiteSpace(UChar32 c) {
254 u_isprint(UChar32 c) {
267 u_isprintPOSIX(UChar32 c) {
278 u_isgraph(UChar32 c) {
295 u_isgraphPOSIX(UChar32 c) {
306 u_ispunct(UChar32 c) {
314 u_isIDStart(UChar32 c) {
324 u_isIDPart(UChar32 c) {
338 u_isIDIgnorable(UChar32 c) {
350 u_isJavaIDStart(UChar32 c) {
360 u_isJavaIDPart(UChar32 c) {
374 u_charDigitValue(UChar32 c) {
387 u_getNumericValue(UChar32 c) {
468 u_digit(UChar32 ch, int8_t radix) {
490 U_CAPI UChar32 U_EXPORT2
495 return (UChar32)(0x30+digit);
497 return (UChar32)((0x61-10)+digit);
511 u_getMainProperties(UChar32 c) {
518 u_getUnicodeProperties(UChar32 c, int32_t column) {
541 u_charAge(UChar32 c, UVersionInfo versionArray) {
551 uscript_getScript(UChar32 c, UErrorCode *pErrorCode) {
573 uscript_hasScript(UChar32 c, UScriptCode sc) {
595 uscript_getScriptExtensions(UChar32 c,
638 ublock_getCode(UChar32 c) {
645 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {