Home | History | Annotate | Download | only in common

Lines Matching full:uchar32

58 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) {
134 U_CAPI UChar32 U_EXPORT2
135 ucase_tolower(const UCaseProps *csp, UChar32 c) {
151 U_CAPI UChar32 U_EXPORT2
152 ucase_toupper(const UCaseProps *csp, UChar32 c) {
168 U_CAPI UChar32 U_EXPORT2
169 ucase_totitle(const UCaseProps *csp, UChar32 c) {
200 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
378 UChar32 c;
408 UChar32
423 UChar32 c;
432 ucase_getType(const UCaseProps *csp, UChar32 c) {
439 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) {
446 getDotType(const UCaseProps *csp, UChar32 c) {
457 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) {
462 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) {
653 UChar32 c;
676 UChar32 c;
733 UChar32 c;
757 UChar32 c;
780 UChar32 c;
802 ucase_toFullLower(const UCaseProps *csp, UChar32 c,
807 UChar32 result=c;
946 toUpperOrTitle(const UCaseProps *csp, UChar32 c,
951 UChar32 result=c;
1039 ucase_toFullUpper(const UCaseProps *csp, UChar32 c,
1047 ucase_toFullTitle(const UCaseProps *csp, UChar32 c,
1096 U_CAPI UChar32 U_EXPORT2
1097 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) {
1157 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
1161 UChar32 result=c;
1235 u_isULowercase(UChar32 c) {
1240 u_isUUppercase(UChar32 c) {
1245 U_CAPI UChar32 U_EXPORT2
1246 u_tolower(UChar32 c) {
1251 U_CAPI UChar32 U_EXPORT2
1252 u_toupper(UChar32 c) {
1257 U_CAPI UChar32 U_EXPORT2
1258 u_totitle(UChar32 c) {
1263 U_CAPI UChar32 U_EXPORT2
1264 u_foldCase(UChar32 c, uint32_t options) {
1269 ucase_hasBinaryProperty(UChar32 c, UProperty which) {