Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp154 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper()
171 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle()
953 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in toUpperOrTitle()
1235 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c)); in u_isULowercase()
1278 return (UBool)(UCASE_LOWER==ucase_getType(csp, c)); in ucase_hasBinaryProperty()
Ducase.h319 UCASE_LOWER, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3282 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */ in TestUCase()