HomeSort by relevance Sort by last modified time
    Searched full:gotdecomp (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
TestCanonicalIterator.java 199 boolean gotDecomp = false;
215 if (item.equals(decomp)) gotDecomp = true;
255 if (!gotSource || !gotDecomp || !gotComp) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestCanonicalIterator.java 195 boolean gotDecomp = false;
211 if (item.equals(decomp)) gotDecomp = true;
251 if (!gotSource || !gotDecomp || !gotComp) {
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 179 UBool gotDecomp = FALSE;
198 if (item == decomp) gotDecomp = TRUE;
202 if (!gotSource || !gotDecomp || !gotComp) {

Completed in 1602 milliseconds