Searched refs:ucase_getType (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/common/ |
D | ucase.c | 396 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType() function 1209 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c)); in u_isULowercase() 1214 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c)); in u_isUUppercase() 1252 return (UBool)(UCASE_LOWER==ucase_getType(csp, c)); in ucase_hasBinaryProperty() 1254 return (UBool)(UCASE_UPPER==ucase_getType(csp, c)); in ucase_hasBinaryProperty() 1260 return (UBool)(UCASE_NONE!=ucase_getType(csp, c)); in ucase_hasBinaryProperty()
|
D | ucase.h | 116 ucase_getType(const UCaseProps *csp, UChar32 c);
|
D | ucasemap.c | 330 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in _toTitle() 342 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in _toTitle()
|
D | ustrcase.c | 265 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in _toTitle() 277 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in _toTitle()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 398 #define ucase_getType ucase_getType_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 398 #define ucase_getType ucase_getType_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 398 #define ucase_getType ucase_getType_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 398 #define ucase_getType ucase_getType_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 552 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 3075 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */ in TestUCase()
|
/external/icu4c/data/unidata/ |
D | changes.txt | 496 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()
|