Lines Matching refs:myCollation

41 static UCollator *myCollation;  variable
122 myCollation = ucol_open("ja_JP", &status); in TestTertiary()
128 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
129 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestTertiary()
132 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
134 ucol_close(myCollation); in TestTertiary()
142 myCollation = ucol_open("ja_JP", &status); in TestBase()
151 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestBase()
153 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS); in TestBase()
155 ucol_close(myCollation); in TestBase()
163 myCollation = ucol_open("ja_JP", &status); in TestPlainDakutenHandakuten()
172 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestPlainDakutenHandakuten()
174 doTest(myCollation, testPlainDakutenHandakutenCases[i], in TestPlainDakutenHandakuten()
177 ucol_close(myCollation); in TestPlainDakutenHandakuten()
187 myCollation = ucol_open("ja_JP", &status); in TestSmallLarge()
196 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge()
197 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestSmallLarge()
199 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], in TestSmallLarge()
202 ucol_close(myCollation); in TestSmallLarge()
212 myCollation = ucol_open("ja_JP", &status); in TestKatakanaHiragana()
221 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana()
222 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestKatakanaHiragana()
224 doTest(myCollation, testKatakanaHiraganaCases[i], in TestKatakanaHiragana()
228 ucol_close(myCollation); in TestKatakanaHiragana()
238 myCollation = ucol_open("ja_JP", &status); in TestChooonKigoo()
247 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestChooonKigoo()
248 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestChooonKigoo()
250 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], in TestChooonKigoo()
254 ucol_close(myCollation); in TestChooonKigoo()