Home
last modified time | relevance | path

Searched refs:logRegexLookup (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLdml2ICU.java212 CldrUtility.logRegexLookup(this, lookup, xpath); in checkPath()
223 CldrUtility.logRegexLookup(this, exclusions, xpath); in checkPath()
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java1475 …public static <T> void logRegexLookup(TestFmwk testFramework, RegexLookup<T> lookup, String toLook… in logRegexLookup() method in CldrUtility