Lines Matching refs:gCol
77 UCollator *gCol;
146 t = ucol_strcoll(gCol,
1128 UCollationElements *tailoring = ucol_openElements(gCol, line->name, line->len, &status);
1482 USet *tailored = ucol_getTailoredSet(gCol, &status);
1516 gCol = col;
1518 int32_t ruleStringLength = ucol_getRulesEx(gCol, UCOL_TAILORING_ONLY, ruleString, 16384);
1526 const char *locale = ucol_getLocale(gCol, ULOC_REQUESTED_LOCALE, &status);
1531 exemplarUSet = *((UnicodeSet *)ucol_getTailoredSet(gCol, &status));
1557 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);
1569 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_OFF, &status);
1605 ucol_close(gCol);