Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dthcoll.cpp343 UCollator *thaiColl = NULL; variable
348 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1); in StrCmp()
374 thaiColl = ucol_open ("th_TH", &coll_status); in TestInvalidThai()
394 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER) in TestInvalidThai()
406 ucol_close(thaiColl); in TestInvalidThai()