Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Djacoll.cpp72 const UChar CollationKanaTest::testPlainDakutenHandakutenCases[][CollationKanaTest::MAX_TOKEN_LEN] … member in CollationKanaTest
133 … doTest(myCollation, testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], in TestPlainDakutenHandakuten()
Djacoll.h55 static const UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN]; variable
/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c74 const static UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN] = { variable
172 doTest(myCollation, testPlainDakutenHandakutenCases[i], in TestPlainDakutenHandakuten()
173 testPlainDakutenHandakutenCases[i + 1], UCOL_LESS); in TestPlainDakutenHandakuten()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationKanaTest.java62 private static char[][] testPlainDakutenHandakutenCases = { field in CollationKanaTest
127 doTest(testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], -1); in TestPlainDakutenHandakuten()