HomeSort by relevance Sort by last modified time
    Searched refs:getConstructedBaileyValue (Results 1 - 6 of 6) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCLDRFile.java 505 String display = eng.getConstructedBaileyValue(prefix + "zh_Hans"
508 display = eng.getConstructedBaileyValue(prefix + "es_US" + "\"]", null,
511 display = eng.getConstructedBaileyValue(prefix + "es_US"
514 display = eng.getConstructedBaileyValue(prefix + "es" + "\"]", null,
517 display = eng.getConstructedBaileyValue(prefix + "missing" + "\"]",
  /external/cldr/tools/java/org/unicode/cldr/tool/
GetChanges.java 145 String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound);
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckCLDR.java     [all...]
ExampleGenerator.java 300 value = englishFile.getConstructedBaileyValue(xpath, null, null);
302 value = cldrFile.getConstructedBaileyValue(xpath, null, null);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/json/
Ldml2JsonConverter.java 321 value = file.getConstructedBaileyValue(path, null, null);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRFile.java 619 public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) {
    [all...]

Completed in 537 milliseconds