Searched refs:GET_CASE_PROPS (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducase.c1203 #define GET_CASE_PROPS() &ucase_props_singleton macro
1209 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1214 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1220 return ucase_tolower(GET_CASE_PROPS(), c);
1226 return ucase_toupper(GET_CASE_PROPS(), c);
1232 return ucase_totitle(GET_CASE_PROPS(), c);
1238 return ucase_fold(GET_CASE_PROPS(), c, options);
1246 const UCaseProps *csp=GET_CASE_PROPS();

Completed in 49 milliseconds