Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java1049 boolean found_iw = false; in TestGetAvailableByType()
1055 found_iw = true; in TestGetAvailableByType()
1059 assertTrue("Should have found iw amongst the legacy/alias locales", found_iw); in TestGetAvailableByType()
1064 found_iw = false; in TestGetAvailableByType()
1070 found_iw = true; in TestGetAvailableByType()
1074 assertTrue("Should have found iw amongst the legacy/alias locales", found_iw); in TestGetAvailableByType()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java1052 boolean found_iw = false; in TestGetAvailableByType()
1058 found_iw = true; in TestGetAvailableByType()
1062 assertTrue("Should have found iw amongst the legacy/alias locales", found_iw); in TestGetAvailableByType()
1067 found_iw = false; in TestGetAvailableByType()
1073 found_iw = true; in TestGetAvailableByType()
1077 assertTrue("Should have found iw amongst the legacy/alias locales", found_iw); in TestGetAvailableByType()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c905 UBool found_iw = FALSE; in TestGetAvailableLocalesByType() local
912 found_iw = TRUE; in TestGetAvailableLocalesByType()
916 assertTrue("Should have found iw amongst the legacy/alias locales", found_iw); in TestGetAvailableLocalesByType()
921 found_iw = FALSE; in TestGetAvailableLocalesByType()
926 found_iw = TRUE; in TestGetAvailableLocalesByType()
934 assertTrue("Should have found iw amongst all locales", found_iw); in TestGetAvailableLocalesByType()