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

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c5473 UCollator* importviescoll; local
5523 importviescoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status);
5530 importTailoredSet = ucol_getTailoredSet(importviescoll, &status);
5548 ucol_getSortKey(importviescoll, str, 1, sk2, 500);
5556 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
5572 ucol_close(importviescoll);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c6823 UCollator* importviescoll; local
6868 importviescoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status);
6875 importTailoredSet = ucol_getTailoredSet(importviescoll, &status);
6893 ucol_getSortKey(importviescoll, str, 1, sk2, 500);
6901 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6917 ucol_close(importviescoll);

Completed in 195 milliseconds