• Home
  • Raw
  • Download

Lines Matching refs:UChar32

57 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) {  in _enumPropertyStartsRange()  argument
133 U_CAPI UChar32 U_EXPORT2
134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()
150 U_CAPI UChar32 U_EXPORT2
151 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()
167 U_CAPI UChar32 U_EXPORT2
168 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()
199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
377 UChar32 c; in ucase_addStringCaseClosure()
407 UChar32
422 UChar32 c; in next()
431 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType()
438 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()
445 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType()
456 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) { in ucase_isSoftDotted()
461 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) { in ucase_isCaseSensitive()
652 UChar32 c; in isFollowedByCasedLetter()
675 UChar32 c; in isPrecededBySoftDotted()
732 UChar32 c; in isPrecededBy_I()
756 UChar32 c; in isFollowedByMoreAbove()
779 UChar32 c; in isFollowedByDotAbove()
801 ucase_toFullLower(const UCaseProps *csp, UChar32 c, in ucase_toFullLower()
806 UChar32 result=c; in ucase_toFullLower()
945 toUpperOrTitle(const UCaseProps *csp, UChar32 c, in toUpperOrTitle()
950 UChar32 result=c; in toUpperOrTitle()
1038 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, in ucase_toFullUpper()
1046 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, in ucase_toFullTitle()
1095 U_CAPI UChar32 U_EXPORT2
1096 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) { in ucase_fold()
1156 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding()
1160 UChar32 result=c; in ucase_toFullFolding()
1234 u_isULowercase(UChar32 c) { in u_isULowercase()
1239 u_isUUppercase(UChar32 c) { in u_isUUppercase()
1244 U_CAPI UChar32 U_EXPORT2
1245 u_tolower(UChar32 c) { in u_tolower()
1250 U_CAPI UChar32 U_EXPORT2
1251 u_toupper(UChar32 c) { in u_toupper()
1256 U_CAPI UChar32 U_EXPORT2
1257 u_totitle(UChar32 c) { in u_totitle()
1262 U_CAPI UChar32 U_EXPORT2
1263 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase()
1268 ucase_hasBinaryProperty(UChar32 c, UProperty which) { in ucase_hasBinaryProperty()