Home
last modified time | relevance | path

Searched refs:UCASE_NONE (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.h345 UCASE_NONE, enumerator
Ducasemap.cpp473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
560 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
584 } else if (type != UCASE_NONE) { in toUpper()
Ducase.cpp245 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addCaseClosure()
895 } else if(type!=UCASE_NONE) { in isFollowedByCasedLetter()
1541 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Ducasemap_imp.h88 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Dustrcase.cpp450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
1007 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
1038 } else if (type != UCASE_NONE) { in toUpper()