Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp157 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper()
163 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper()
179 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle()
185 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_totitle()
1194 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in toUpperOrTitle()
1263 if(HAS_SLOT(excWord, UCASE_EXC_DELTA) && UCASE_GET_TYPE(props)==UCASE_LOWER) { in toUpperOrTitle()
1495 return (UBool)(UCASE_LOWER==ucase_getType(c)); in u_isULowercase()
1533 return (UBool)(UCASE_LOWER==ucase_getType(c)); in ucase_hasBinaryProperty()
Ducase.h346 UCASE_LOWER, enumerator
Ducasemap.cpp392 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()
Dustrcase.cpp332 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()