Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp582 ucase_getType(UChar32 c) { in ucase_getType() function
1495 return (UBool)(UCASE_LOWER==ucase_getType(c)); in u_isULowercase()
1500 return (UBool)(UCASE_UPPER==ucase_getType(c)); in u_isUUppercase()
1533 return (UBool)(UCASE_LOWER==ucase_getType(c)); in ucase_hasBinaryProperty()
1535 return (UBool)(UCASE_UPPER==ucase_getType(c)); in ucase_hasBinaryProperty()
1541 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Ducase.h184 ucase_getType(UChar32 c);
Ducasemap_imp.h88 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Ducasemap.cpp473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
Dustrcase.cpp450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
/external/icu/libandroidicu/include/unicode/
Durename.h558 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/common/unicode/
Durename.h558 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3320 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()