Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikely.cpp1181 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1186 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()
1187 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()
1192 localeIDLength, in _uloc_minimizeSubtags()
Duloc.cpp543 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local
544 int32_t length = localeIDLength; in getShortestSubtagLength()
549 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1007 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1008 int length = localeIDLength; in getShortestSubtagLength()
1012 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1074 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1075 int length = localeIDLength; in getShortestSubtagLength()
1079 for (int 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()