Home
last modified time | relevance | path

Searched refs:TEST_TABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/tests/
Dcharset.c33 const gchar *TEST_TABLE[] = { variable
47 for (i = 0; TEST_TABLE[i]; ++i) in test_language_names_with_category()
50 g_assert_true (g_setenv (TEST_TABLE[i], TEST_LOCALE, TRUE)); in test_language_names_with_category()
58 g_unsetenv (TEST_TABLE[i]); in test_language_names_with_category()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java104 boolean[] TEST_TABLE = new boolean[24]; in _test()
107 TEST_TABLE[i] = true; in _test()
113 if (random >= 0 && random < 24 && TEST_TABLE[i]) { in _test()
114 TEST_TABLE[random] = false; in _test()
121 if (TEST_TABLE[itable++]) { in _test()
129 if (TEST_TABLE[itable++]) { in _test()
138 if (TEST_TABLE[itable++]) { in _test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatRoundTripTest.java107 boolean[] TEST_TABLE = new boolean[24]; in _test()
110 TEST_TABLE[i] = true; in _test()
116 if (random >= 0 && random < 24 && TEST_TABLE[i]) { in _test()
117 TEST_TABLE[random] = false; in _test()
124 if (TEST_TABLE[itable++]) { in _test()
132 if (TEST_TABLE[itable++]) { in _test()
141 if (TEST_TABLE[itable++]) { in _test()
/third_party/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp220 UBool TEST_TABLE [24];//= new boolean[24]; in test() local
223 TEST_TABLE[i] = TRUE; in test()
229 if (random >= 0 && random < 24 && TEST_TABLE[i]) { in test()
230 TEST_TABLE[i] = FALSE; in test()
238 if(TEST_TABLE[itable++]) { in test()
251 if (TEST_TABLE[itable++]) { in test()
265 if(TEST_TABLE[itable++]) { in test()