Home
last modified time | relevance | path

Searched refs:getBaileyValue (Results 1 – 13 of 13) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckNames.java30 getCldrFileToCheck().getBaileyValue(path, null, null).equals(value)) { in handleCheck()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DFindHardInheritance.java132 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
H A DDiffCldr.java114 …String bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFoun… in main()
H A DGetChanges.java135 vxmlValue = vxmlFileResolved.getBaileyValue(path, pathWhereFound, localeWhereFound);
H A DSearchCLDR.java338 !showParent ? null : english.getBaileyValue(path, null, null),
H A DShowLocaleCoverage.java804 vxmlValue = vxmlCldrFile.getBaileyValue(mPath, null, null); in showCoverage()
H A DCLDRModify.java2168 String baileyValue = resolved.getBaileyValue(xpath, null, null);
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestCLDRFile.java552 … 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()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/
H A Dadmin-softToHardVotes.jsp78 final String rightValue = file.getBaileyValue(xpath, null, null);
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCLDRFile.java612 …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);
H A DXMLSource.java889 …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
H A DVoteResolver.java779 public T getBaileyValue() { in getBaileyValue() method in VoteResolver
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyAjax.java578 file.getBaileyValue(xp, null, localeWhereFound);
2318 String baileyValue = diskData.getBaileyValue(xpathString, null, null);