Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducase.c396 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()
Ducase.h116 ucase_getType(const UCaseProps *csp, UChar32 c);
Ducasemap.c330 … 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()
Dustrcase.c265 … 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/
Durename.h398 #define ucase_getType ucase_getType_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h398 #define ucase_getType ucase_getType_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h398 #define ucase_getType ucase_getType_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h398 #define ucase_getType ucase_getType_3_2 macro
/external/icu4c/common/unicode/
Durename.h552 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu4c/test/cintltst/
Dcucdtst.c3075 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */ in TestUCase()
/external/icu4c/data/unidata/
Dchanges.txt496 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()