Home
last modified time | relevance | path

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

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