Home
last modified time | relevance | path

Searched refs:UCASE_LOC_ROOT (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Duniset_closure.cpp193 result = ucase_toFullLower(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
196 result = ucase_toFullTitle(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
199 result = ucase_toFullUpper(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp749 return UCASE_LOC_ROOT; in ucase_getCaseLocale()
872 return UCASE_LOC_ROOT; in ucase_getCaseLocale()
1557 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1559 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1561 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1565 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
1566 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
1567 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
Ducasemap.cpp102 csm->caseLocale = UCASE_LOC_ROOT; in ucasemap_setLocale()
120 csm->caseLocale = UCASE_LOC_ROOT; in ucasemap_setLocale()
208 if (caseLocale == UCASE_LOC_ROOT || in toLower()
879 UCASE_LOC_ROOT, csm->options, UCASEMAP_BREAK_ITERATOR_NULL in ucasemap_utf8FoldCase()
912 UCASE_LOC_ROOT, options, UCASEMAP_BREAK_ITERATOR_NULL in utf8Fold()
947 UCASE_LOC_ROOT, options, UCASEMAP_BREAK_ITERATOR_NULL in utf8Fold()
Dustrcase_locale.cpp36 return UCASE_LOC_ROOT; in ustrcase_getCaseLocale()
Dunistr_case.cpp218 return caseMap(UCASE_LOC_ROOT, options, UCASEMAP_BREAK_ITERATOR_NULL ustrcase_internalFold); in foldCase()
Ducase.h55 UCASE_LOC_ROOT, enumerator
Dustrcase.cpp207 if (caseLocale == UCASE_LOC_ROOT || in toLower()
1341 UCASE_LOC_ROOT, options, UCASEMAP_BREAK_ITERATOR_NULL in u_strFoldCase()
1355 UCASE_LOC_ROOT, options, UCASEMAP_BREAK_ITERATOR_NULL in fold()
/external/icu/icu4c/source/i18n/
Dtitletrn.cpp131 … result=ucase_toFullTitle(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
133 … result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
Dcasetrn.cpp159 result=fMap(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()