Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikely.cpp1180 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1185 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()
1186 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()
1191 localeIDLength, in _uloc_minimizeSubtags()
Duloc.cpp538 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength() local
539 int32_t length = localeIDLength; in getShortestSubtagLength()
544 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java934 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
935 int length = localeIDLength; in getShortestSubtagLength()
939 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1138 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1139 int length = localeIDLength; in getShortestSubtagLength()
1143 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1056 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1057 int length = localeIDLength; in getShortestSubtagLength()
1061 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()