Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp431 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType() function
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()
1278 return (UBool)(UCASE_LOWER==ucase_getType(csp, c)); in ucase_hasBinaryProperty()
1280 return (UBool)(UCASE_UPPER==ucase_getType(csp, c)); in ucase_hasBinaryProperty()
1286 return (UBool)(UCASE_NONE!=ucase_getType(csp, c)); in ucase_hasBinaryProperty()
Ducasemap.cpp314 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
326 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
Ducase.h157 ucase_getType(const UCaseProps *csp, UChar32 c);
Dustrcase.cpp220 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in ustrcase_internalToTitle()
232 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in ustrcase_internalToTitle()
/external/icu/icu4c/source/common/unicode/
Durename.h553 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3282 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */ in TestUCase()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1885 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()