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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 196 boolean existsInScript = false;
199 while (!existsInScript && iter.nextRange()) {
203 existsInScript = true;
210 existsInScript = true;
216 if(existsInScript == false){
268 boolean existsInScript = false;
271 while (!existsInScript && iter.nextRange()) {
275 existsInScript = true;
282 existsInScript = true;
289 if(existsInScript == false && h == 0)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 192 boolean existsInScript = false;
195 while (!existsInScript && iter.nextRange()) {
199 existsInScript = true;
206 existsInScript = true;
212 if(existsInScript == false){
264 boolean existsInScript = false;
267 while (!existsInScript && iter.nextRange()) {
271 existsInScript = true;
278 existsInScript = true;
285 if(existsInScript == false && h == 0)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]

Completed in 76 milliseconds