Home
last modified time | relevance | path

Searched defs:rbPath (Results 1 – 12 of 12) sorted by relevance

/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuData.java67 public void add(RbPath rbPath, String element) { in add()
72 public void add(RbPath rbPath, RbValue rbValue) { in add()
78 public void add(RbPath rbPath, Iterable<RbValue> rbValues) { in add()
84 public void replace(RbPath rbPath, String element) { in replace()
91 public void replace(RbPath rbPath, RbValue rbValue) { in replace()
107 public List<RbValue> get(RbPath rbPath) { in get()
DIcuTextWriter.java179 static FormatOptions forPath(RbPath rbPath) { in forPath()
200 String icuDataName, RbPath rbPath, List<RbValue> values, PrintWriter out) { in appendValues()
265 private static boolean mustBeArray(boolean topValues, String name, RbPath rbPath) { in mustBeArray()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DIcuDataSubject.java35 public void hasEmptyValue(String rbPath) { in hasEmptyValue()
39 public void hasValuesFor(String rbPath, String... values) { in hasValuesFor()
43 public void hasValuesFor(String rbPath, RbValue... values) { in hasValuesFor()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformerTest.java289 RbPath rbPath = RbPath.of("Currencies", "Foo"); in testFallbacks_simple() local
325 RbPath rbPath = RbPath.of("fake", "two", "four", "one", "three"); in testFallbacks_multipleArgs() local
333 rbPath, in testFallbacks_multipleArgs() local
344 RbPath rbPath = RbPath.of("fake", "Foo", "Bar"); in testFallbacks_valueSplitting() local
370 RbPath rbPath = RbPath.of("Foo"); in testFallbacks_noValueSubstitution() local
384 RbPath rbPath = RbPath.of("fake", "Foo"); in testFallbacks_noQuotingSupport() local
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DLocaleMapper.java84 RbPath rbPath = result.getKey(); in collectResultPath() local
123 "unexpected number of date/time patterns for '/%s': %s", rbPath, valuesToHack); in doDateTimeHack() local
DCollationMapper.java99 RbPath rbPath = RbPath.of("collations", type, "Sequence"); in collectRule() local
140 RbPath rbPath = RbPath.of( in maybeAddSpecial() local
DSupplementalMapper.java84 RbPath rbPath = r.getKey(); in collectResult() local
DRbnfMapper.java75 private final RbPath rbPath; field in RbnfMapper.Ruleset
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DResultSpec.java301 RbPath rbPath, DynamicVars varFn, Pattern rbPathMatcher, VarString fallbackSpec) { in getFallbackResult()
567 private static int getSplitArgIndex(String rbPath) { in getSplitArgIndex()
DRegexTransformer.java135 public ImmutableList<Result> getFallbackResultsFor(RbPath rbPath, DynamicVars varLookupFn) { in getFallbackResultsFor()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataTest.java47 RbPath rbPath = RbPath.of("Version"); in testSetVersion() local
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DLocaleDistanceMapperTest.java271 RbPath rbPath = RbPath.parse(path); in getBytes() local