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

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

Completed in 200 milliseconds