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

/external/chromium_org/third_party/icu/source/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();
/external/icu4c/common/
H A Ducase.cpp1230 #define GET_CASE_PROPS() &ucase_props_singleton macro
1236 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1241 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1247 return ucase_tolower(GET_CASE_PROPS(), c);
1253 return ucase_toupper(GET_CASE_PROPS(), c);
1259 return ucase_totitle(GET_CASE_PROPS(), c);
1265 return ucase_fold(GET_CASE_PROPS(), c, options);
1273 const UCaseProps *csp=GET_CASE_PROPS();

Completed in 54 milliseconds