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

/external/icu4c/common/
H A Ducase.c152 if(UCASE_GET_TYPE(props)==UCASE_LOWER) {
169 if(UCASE_GET_TYPE(props)==UCASE_LOWER) {
394 /** @return UCASE_NONE, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
927 if(UCASE_GET_TYPE(props)==UCASE_LOWER) {
1209 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1252 return (UBool)(UCASE_LOWER==ucase_getType(csp, c));
H A Ducase.h114 /** @return UCASE_NONE, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
272 UCASE_LOWER, enumerator in enum:__anon5740
/external/icu4c/test/cintltst/
H A Dcucdtst.c3075 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */

Completed in 246 milliseconds