Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DTestCanonicalIterator.java201 boolean gotSource = false; in characterTest()
214 if (item.equals(s)) gotSource = true; in characterTest()
255 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/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()