Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java197 boolean gotSource = false; in characterTest()
210 if (item.equals(s)) gotSource = true; in characterTest()
251 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp181 UBool gotSource = FALSE; in characterTest() local
197 if (item == s) gotSource = TRUE; in characterTest()
202 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()