Home
last modified time | relevance | path

Searched refs:getShortestSubtagLength (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Duloc.cpp528 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
537 static int32_t getShortestSubtagLength(const char *localeID) { in getShortestSubtagLength() function
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java933 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale
967 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1137 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale
1171 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1055 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale
1088 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()