Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcitertst.c288 UCollator *th_th; in TestNormalizedUnicodeChar() local
295 th_th = ucol_open("th_TH", &status); in TestNormalizedUnicodeChar()
320 iter=ucol_openElements(th_th, source, u_strlen(source), &status); in TestNormalizedUnicodeChar()
324 ucol_close(th_th); in TestNormalizedUnicodeChar()
331 iter=ucol_openElements(th_th, source, -1, &status); in TestNormalizedUnicodeChar()
335 ucol_close(th_th); in TestNormalizedUnicodeChar()
343 ucol_close(th_th); in TestNormalizedUnicodeChar()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java512 RuleBasedCollator th_th = null; in TestNormalizedUnicodeChar() local
514 th_th = (RuleBasedCollator)Collator.getInstance( in TestNormalizedUnicodeChar()
523 = th_th.getCollationElementIterator(source.toString()); in TestNormalizedUnicodeChar()
551 iter = th_th.getCollationElementIterator(source.toString()); in TestNormalizedUnicodeChar()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java515 RuleBasedCollator th_th = null; in TestNormalizedUnicodeChar() local
517 th_th = (RuleBasedCollator)Collator.getInstance( in TestNormalizedUnicodeChar()
526 = th_th.getCollationElementIterator(source.toString()); in TestNormalizedUnicodeChar()
554 iter = th_th.getCollationElementIterator(source.toString()); in TestNormalizedUnicodeChar()