Lines Matching refs:UChar32

52 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) {  in _enumPropertyStartsRange()  argument
131 U_CAPI UChar32 U_EXPORT2
132 ucase_tolower(UChar32 c) { in ucase_tolower()
153 U_CAPI UChar32 U_EXPORT2
154 ucase_toupper(UChar32 c) { in ucase_toupper()
175 U_CAPI UChar32 U_EXPORT2
176 ucase_totitle(UChar32 c) { in ucase_totitle()
212 ucase_addCaseClosure(UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
396 UChar32 c; in ucase_addStringCaseClosure()
426 UChar32
441 UChar32 c; in next()
582 ucase_getType(UChar32 c) { in ucase_getType()
589 ucase_getTypeOrIgnorable(UChar32 c) { in ucase_getTypeOrIgnorable()
596 getDotType(UChar32 c) { in getDotType()
607 ucase_isSoftDotted(UChar32 c) { in ucase_isSoftDotted()
612 ucase_isCaseSensitive(UChar32 c) { in ucase_isCaseSensitive()
885 UChar32 c; in isFollowedByCasedLetter()
908 UChar32 c; in isPrecededBySoftDotted()
965 UChar32 c; in isPrecededBy_I()
989 UChar32 c; in isFollowedByMoreAbove()
1012 UChar32 c; in isFollowedByDotAbove()
1034 ucase_toFullLower(UChar32 c, in ucase_toFullLower()
1040 UChar32 result=c; in ucase_toFullLower()
1184 toUpperOrTitle(UChar32 c, in toUpperOrTitle()
1191 UChar32 result=c; in toUpperOrTitle()
1283 ucase_toFullUpper(UChar32 c, in ucase_toFullUpper()
1291 ucase_toFullTitle(UChar32 c, in ucase_toFullTitle()
1340 U_CAPI UChar32 U_EXPORT2
1341 ucase_fold(UChar32 c, uint32_t options) { in ucase_fold()
1409 ucase_toFullFolding(UChar32 c, in ucase_toFullFolding()
1414 UChar32 result=c; in ucase_toFullFolding()
1494 u_isULowercase(UChar32 c) { in u_isULowercase()
1499 u_isUUppercase(UChar32 c) { in u_isUUppercase()
1504 U_CAPI UChar32 U_EXPORT2
1505 u_tolower(UChar32 c) { in u_tolower()
1510 U_CAPI UChar32 U_EXPORT2
1511 u_toupper(UChar32 c) { in u_toupper()
1516 U_CAPI UChar32 U_EXPORT2
1517 u_totitle(UChar32 c) { in u_totitle()
1522 U_CAPI UChar32 U_EXPORT2
1523 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase()
1528 ucase_hasBinaryProperty(UChar32 c, UProperty which) { in ucase_hasBinaryProperty()