Searched refs:toCased (Results 1 – 4 of 4) sorted by relevance
472 UBool toCased = (options&U_TITLECASE_ADJUST_TO_CASED) != 0; in ucasemap_internalUTF8ToTitle() local473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
449 UBool toCased = (options&U_TITLECASE_ADJUST_TO_CASED) != 0; in ustrcase_internalToTitle() local450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
712 boolean toCased = (options&CaseMapImpl.TITLECASE_ADJUST_TO_CASED) != 0; in toTitle()713 while ((toCased ? in toTitle()
707 boolean toCased = (options&CaseMapImpl.TITLECASE_ADJUST_TO_CASED) != 0; in toTitle()708 while ((toCased ? in toTitle()