Searched refs:getShortestSubtagLength (Results 1 – 2 of 2) sorted by relevance
516 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…525 static int32_t getShortestSubtagLength(const char *localeID) { in getShortestSubtagLength() function
1085 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale1119 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()