Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdml2JsonConverter.java546 Matcher rootIdentityMatcher = LdmlConvertRules.ROOT_IDENTITY_PATTERN.matcher(""); in mapPathsToSections() local
597 rootIdentityMatcher.reset(fullPath); in mapPathsToSections()
598 if (rootIdentityMatcher.matches() && !"root".equals(locID)) { in mapPathsToSections()