Searched refs:LOCALE_ID (Results 1 – 3 of 3) sorted by relevance
40 private static final Pattern LOCALE_ID = field in LocaleIds80 checkArgument(LOCALE_ID.matcher(localeId).matches() || localeId.equals("root"), in checkCldrLocaleId()
51 private static final Pattern LOCALE_ID = field in LikelySubtagsBuilder334 Matcher m = LOCALE_ID.matcher(languageIdentifier); in lsrFromLocaleID()
173 private static final Pattern LOCALE_ID = field in SupplementalData.LocaleId180 Matcher m = LOCALE_ID.matcher(checkNotNull(localeId, "locale ID cannot be null")); in parse()