Searched refs:getShortestSubtagLength (Results 1 – 4 of 4) sorted by relevance
528 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…537 static int32_t getShortestSubtagLength(const char *localeID) { in getShortestSubtagLength() function
933 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale967 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()
1137 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale1171 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()
1055 private static int getShortestSubtagLength(String localeID) { in getShortestSubtagLength() method in ULocale1088 if (localeID != null && !localeID.contains("@") && getShortestSubtagLength(localeID) == 1) { in getName()