Home | History | Annotate | Download | only in intltest

Lines Matching refs:TESTS

204     const char* TESTS[] = {
242 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0]));
248 compareArray(*coll, TESTS, TESTS_length);
255 void CollationThaiTest::compareArray(Collator& c, const char* tests[],
260 if (tests[i+1][0] == '<') {
262 } else if (tests[i+1][0] == '>') {
264 } else if (tests[i+1][0] == '=') {
267 // expect = Integer.decode(tests[i+1]).intValue();
268 errln((UnicodeString)"Error: unknown operator " + tests[i+1]);
273 parseChars(s1, tests[i]);
274 parseChars(s2, tests[i+2]);
353 const char *tests[LINES] = {
379 for(i = 0; i < (int32_t)(sizeof(tests)/sizeof(tests[0])); i++) {
380 len = u_unescape(tests[i], strings[i], 20);
416 const char *tests[] = {
456 compareArray(*coll2, tests, sizeof(tests)/sizeof(tests[0]));