Searched refs:rootIdentityMatcher (Results 1 – 1 of 1) sorted by relevance
546 Matcher rootIdentityMatcher = LdmlConvertRules.ROOT_IDENTITY_PATTERN.matcher(""); in mapPathsToSections() local597 rootIdentityMatcher.reset(fullPath); in mapPathsToSections()598 if (rootIdentityMatcher.matches() && !"root".equals(locID)) { in mapPathsToSections()