Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/
DPathMatcherTest.java52 PathMatcher fullMatch = PathMatcher.of("//ldml/dates" in TestMatcher() local
58 calPaths.stream().filter(fullMatch::matches).collect(toList()), in TestMatcher()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4065 UBool fullMatch = TRUE; in TestSortKeyConsistency() local
4069 fullMatch = fullMatch && (bufFull[i][j] != bufFull[i2][j]); in TestSortKeyConsistency()
4072 if (fullMatch != partMatch) { in TestSortKeyConsistency()
4073 log_err(fullMatch ? "full key was consistent, but partial key changed\n" in TestSortKeyConsistency()