Searched refs:getBaileyValue (Results 1 – 11 of 11) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNames.java | 30 getCldrFileToCheck().getBaileyValue(path, null, null).equals(value)) { in handleCheck()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindHardInheritance.java | 132 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
|
D | DiffCldr.java | 114 …String bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFoun… in main()
|
D | GetChanges.java | 135 vxmlValue = vxmlFileResolved.getBaileyValue(path, pathWhereFound, localeWhereFound); in compare()
|
D | SearchCLDR.java | 338 !showParent ? null : english.getBaileyValue(path, null, null), in main()
|
D | ShowLocaleCoverage.java | 804 vxmlValue = vxmlCldrFile.getBaileyValue(mPath, null, null); in showCoverage()
|
D | CLDRModify.java | 2168 String baileyValue = resolved.getBaileyValue(xpath, null, null);
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCLDRFile.java | 552 … String baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 573 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 581 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 588 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRFile.java | 612 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() method in CLDRFile 613 String result = dataSource.getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getBaileyValue() 665 return getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getConstructedBaileyValue() 3132 winningValue = getBaileyValue(path, pathWhereFound, localeWhereFound); 3153 value = getBaileyValue(path, pathWhereFound, localeWhereFound); 3172 value = getBaileyValue(path, pathWhereFound, localeWhereFound);
|
D | XMLSource.java | 889 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() method in XMLSource.ResolvingSource 1739 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() method in XMLSource
|
D | VoteResolver.java | 779 public T getBaileyValue() { in getBaileyValue() method in VoteResolver
|