Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp1229 #define GET_CASE_PROPS() &ucase_props_singleton macro
1235 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c)); in u_isULowercase()
1240 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c)); in u_isUUppercase()
1246 return ucase_tolower(GET_CASE_PROPS(), c); in u_tolower()
1252 return ucase_toupper(GET_CASE_PROPS(), c); in u_toupper()
1258 return ucase_totitle(GET_CASE_PROPS(), c); in u_totitle()
1264 return ucase_fold(GET_CASE_PROPS(), c, options); in u_foldCase()
1272 const UCaseProps *csp=GET_CASE_PROPS(); in ucase_hasBinaryProperty()