Searched refs:checkPath (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLdml2ICU.java | 192 checkPath(lookup, xpath, pair.getSecond()); in checkSupplementalRegexes() 201 private <T> void checkPath(RegexLookup<T> lookup, String xpath, String value) { in checkPath() method in TestLdml2ICU 247 checkPath(lookup, fullPath, plain.getStringValue(xpath)); in checkLocaleRegexes()
|
D | TestLocalCurrency.java | 79 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" in TestConsistency() local 81 String localCurrencySymbol = localeData.getWinningValue(checkPath); in TestConsistency()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | IcuDataSplitter.java | 111 …String checkPath = rbPath.replaceFirst(":alias", "/"); // Handle splitting of a top level alias ( … in split() local 112 if (checkPath.startsWith(splitInfo.srcNodePath)) { in split()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 128 …static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrement… 712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decr… in checkPath() function in deqp::gles31::Functional::__anon1a40acde0111::AtomicCounterTest 848 if (!checkPath(counterIncrements, counterDecrements, getInitialValue(), m_spec)) in checkAndLogCallValues()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1362 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" + currency + "\"]/symbol"; in handleCurrencyFormat() local 1363 String currencySymbol = cldrFile.getWinningValue(checkPath); in handleCurrencyFormat()
|