Lines Matching refs:enCollation
1031 UCollator *enCollation; in TestVariableTop()
1040 enCollation = ucol_open("en_US", &status); in TestVariableTop()
1049 ucol_close(enCollation); in TestVariableTop()
1055 ucol_setStrength(enCollation, UCOL_PRIMARY); in TestVariableTop()
1056 ucol_setAttribute(enCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, in TestVariableTop()
1070 len = ucol_getSortKey(enCollation, source, 1, result, in TestVariableTop()
1089 ucol_close(enCollation); in TestVariableTop()
1091 enCollation = NULL; in TestVariableTop()
1109 UCollator *enCollation; in TestSurrogates() local
1122 enCollation = ucol_open("en_US", &status); in TestSurrogates()
1131 ucol_close(enCollation); in TestSurrogates()
1143 doTest(enCollation, source[count], target[count], UCOL_LESS); in TestSurrogates()
1146 doTest(enCollation, source[count], target[count], UCOL_GREATER); in TestSurrogates()
1157 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20); in TestSurrogates()
1164 ucol_close(enCollation); in TestSurrogates()
1166 enCollation = NULL; in TestSurrogates()