Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp426 ucase_getType(UChar32 c) { in ucase_getType() function
1308 return (UBool)(UCASE_LOWER==ucase_getType(c)); in u_isULowercase()
1313 return (UBool)(UCASE_UPPER==ucase_getType(c)); in u_isUUppercase()
1346 return (UBool)(UCASE_LOWER==ucase_getType(c)); in ucase_hasBinaryProperty()
1348 return (UBool)(UCASE_UPPER==ucase_getType(c)); in ucase_hasBinaryProperty()
1354 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Ducase.h156 ucase_getType(UChar32 c);
Ducasemap_imp.h97 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Ducasemap.cpp284 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
Dustrcase.cpp286 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
/external/icu/icu4c/source/common/unicode/
Durename.h554 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/data/unidata/
Dchanges.txt2816 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable()