Home
last modified time | relevance | path

Searched refs:toUpperOrTitle (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java1152 private final int toUpperOrTitle(int c, ContextIterator iter, in toUpperOrTitle() method in UCaseProps
1256 return toUpperOrTitle(c, iter, out, caseLocale, true); in toFullUpper()
1262 return toUpperOrTitle(c, iter, out, caseLocale, false); in toFullTitle()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java1152 private final int toUpperOrTitle(int c, ContextIterator iter, in toUpperOrTitle() method in UCaseProps
1271 return toUpperOrTitle(c, iter, out, caseLocale, true); in toFullUpper()
1277 return toUpperOrTitle(c, iter, out, caseLocale, false); in toFullTitle()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1210 toUpperOrTitle(UChar32 c, in toUpperOrTitle() function
1324 return toUpperOrTitle(c, iter, context, pString, caseLocale, TRUE); in ucase_toFullUpper()
1332 return toUpperOrTitle(c, iter, context, pString, caseLocale, FALSE); in ucase_toFullTitle()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1184 toUpperOrTitle(UChar32 c, in toUpperOrTitle() function
1287 return toUpperOrTitle(c, iter, context, pString, caseLocale, TRUE); in ucase_toFullUpper()
1295 return toUpperOrTitle(c, iter, context, pString, caseLocale, FALSE); in ucase_toFullTitle()
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1210 toUpperOrTitle(UChar32 c, in toUpperOrTitle() function
1324 return toUpperOrTitle(c, iter, context, pString, caseLocale, TRUE); in ucase_toFullUpper()
1332 return toUpperOrTitle(c, iter, context, pString, caseLocale, FALSE); in ucase_toFullTitle()
/third_party/icu/icu4c/source/common/
Ducase.cpp1210 toUpperOrTitle(UChar32 c, in toUpperOrTitle() function
1324 return toUpperOrTitle(c, iter, context, pString, caseLocale, TRUE); in ucase_toFullUpper()
1332 return toUpperOrTitle(c, iter, context, pString, caseLocale, FALSE); in ucase_toFullTitle()