Searched refs:existsInScript (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleDataTest.java196 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
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java192 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
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c817 UBool existsInScript = FALSE; local
837 existsInScript = TRUE;
840 if(existsInScript == FALSE){
863 existsInScript = TRUE;
866 if(existsInScript == FALSE){
1143 UBool existsInScript; local
1203 existsInScript = FALSE;
1205 for (m=0; m<itemCount && !existsInScript; ++m) {
1213 existsInScript = TRUE;
1220 existsInScript
[all...]

Completed in 105 milliseconds