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.java205 boolean gotSource = false; in characterTest()
218 if (item.equals(s)) gotSource = true; in characterTest()
259 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java202 boolean gotSource = false; in characterTest()
215 if (item.equals(s)) gotSource = true; in characterTest()
256 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp182 UBool gotSource = FALSE; in characterTest() local
198 if (item == s) gotSource = TRUE; in characterTest()
203 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()