Searched refs:ucase_getType (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 431 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()
|
D | ucasemap.cpp | 314 … 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()
|
D | ucase.h | 157 ucase_getType(const UCaseProps *csp, UChar32 c);
|
D | ustrcase.cpp | 220 … 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/ |
D | urename.h | 553 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 3282 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */ in TestUCase()
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1885 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()
|