Searched defs:localePattern (Results 1 – 3 of 3) sorted by relevance
120 private Map<String, Boolean> generateCasingInformation(String localePattern) { in generateCasingInformation()248 …private Pattern localePattern = PatternCache.get("//ldml/identity/language\\[@type=\"(\\w+)\"\\]"); field in CasingInfo.CasingHandler
1549 String localePattern = getLocaleDisplayPattern("localePattern", element, value); in handleDisplayNames() local1632 …String localePattern = cldrFile.getStringValueWithBailey("//ldml/localeDisplayNames/localeDisplayP… in handleDisplayNames() local
426 String localePattern = fileName.substring(0, fileName.indexOf(".xml")); in matchesFileName() local