Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp516 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
525 static int32_t getShortestSubtagLength(const char *localeID) { in getShortestSubtagLength() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1085 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale
1119 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()