HomeSort by relevance Sort by last modified time
    Searched full:thaicoll (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 340 UCollator *thaiColl = NULL;
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);
  /external/icu4c/test/intltest/
thcoll.cpp 339 UCollator *thaiColl = NULL;
344 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1);
370 thaiColl = ucol_open ("th_TH", &coll_status);
390 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER)
402 ucol_close(thaiColl);

Completed in 42 milliseconds