Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java96 static class PathValueInfo { class in RegexManager
112 public PathValueInfo(String rbPath, Map<String, String> instructions, int splitRbPathArg) { in PathValueInfo() method in RegexManager.PathValueInfo
230 if (o instanceof PathValueInfo) { in equals()
231 PathValueInfo otherInfo = (PathValueInfo) o; in equals()
252 static class RegexResult implements Iterable<PathValueInfo> {
254 private Set<PathValueInfo> unprocessed;
257 unprocessed = new HashSet<PathValueInfo>(); in RegexResult()
262 unprocessed.add(new PathValueInfo(rbPath, instructions, splitRbPathArg)); in add()
266 public Iterator<PathValueInfo> iterator() { in iterator()
DLocaleMapper.java15 import org.unicode.cldr.icu.RegexManager.PathValueInfo;
231 for (PathValueInfo info : regexResult) { in fillFromCldr()
362 for (PathValueInfo info : regexResult) { in addMatchesForPath()
DSupplementalMapper.java16 import org.unicode.cldr.icu.RegexManager.PathValueInfo;
333 for (PathValueInfo info : regexResult) { in loadValues()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRInfo.java17 public interface PathValueInfo { // DataSection.DataRow will implement interface in CLDRInfo
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java39 import org.unicode.cldr.util.CLDRInfo.PathValueInfo;
1090 static final PathValueInfo dummyPathValueInfo = new PathValueInfo() {
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java29 import org.unicode.cldr.util.CLDRInfo.PathValueInfo;
176 PathValueInfo pathValueInfo, in getShowRowAction()
250 PathValueInfo pathValueInfo, in getAcceptNewItemAction()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java564 static class PathValueInfo { class in TestUtilities
568 public PathValueInfo(Factory factory, String locale) { in PathValueInfo() method in TestUtilities.PathValueInfo
581 private void showPaths(PathValueInfo pathValueInfo, String locale, in showPaths()