Lines Matching refs:enCollation
1026 UCollator *enCollation; in TestVariableTop()
1035 enCollation = ucol_open("en_US", &status); in TestVariableTop()
1044 ucol_close(enCollation); in TestVariableTop()
1050 ucol_setStrength(enCollation, UCOL_PRIMARY); in TestVariableTop()
1051 ucol_setAttribute(enCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, in TestVariableTop()
1065 len = ucol_getSortKey(enCollation, source, 1, result, in TestVariableTop()
1084 ucol_close(enCollation); in TestVariableTop()
1086 enCollation = NULL; in TestVariableTop()
1104 UCollator *enCollation; in TestSurrogates() local
1117 enCollation = ucol_open("en_US", &status); in TestSurrogates()
1126 ucol_close(enCollation); in TestSurrogates()
1138 doTest(enCollation, source[count], target[count], UCOL_LESS); in TestSurrogates()
1141 doTest(enCollation, source[count], target[count], UCOL_GREATER); in TestSurrogates()
1152 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20); in TestSurrogates()
1159 ucol_close(enCollation); in TestSurrogates()
1161 enCollation = NULL; in TestSurrogates()