Home
last modified time | relevance | path

Searched refs:toCased (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Ducasemap.cpp472 UBool toCased = (options&U_TITLECASE_ADJUST_TO_CASED) != 0; in ucasemap_internalUTF8ToTitle() local
473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
Dustrcase.cpp449 UBool toCased = (options&U_TITLECASE_ADJUST_TO_CASED) != 0; in ustrcase_internalToTitle() local
450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java712 boolean toCased = (options&CaseMapImpl.TITLECASE_ADJUST_TO_CASED) != 0; in toTitle()
713 while ((toCased ? in toTitle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java707 boolean toCased = (options&CaseMapImpl.TITLECASE_ADJUST_TO_CASED) != 0; in toTitle()
708 while ((toCased ? in toTitle()