Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducase.c414 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_tolower()
1061 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_toFullLower()
1355 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_fold()
1424 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_toFullFolding()
1553 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c)); in u_isUUppercase()
1591 return (UBool)(UCASE_UPPER==ucase_getType(csp, c)); in ucase_hasBinaryProperty()
Ducase.h288 UCASE_UPPER, enumerator
/external/icu4c/tools/gencase/
Dgencase.c99 { "Uppercase", 0, UCASE_UPPER, UCASE_TYPE_MASK }
Dstore.c313 if((value&UCASE_TYPE_MASK)>=UCASE_UPPER) { in setProps()