Lines Matching refs:gCol
113 UCollator *gCol;
274 t = ucol_strcoll(gCol,
283 return ucol_getSortKey(gCol, string, len, buffer, buffCapacity);
595 if(gCol) {
596 ucol_close(gCol);
598 gCol = ucol_open(locale, &status);
599 ucol_setAttribute(gCol, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
603 return gCol;
613 if(gCol) {
614 ucol_close(gCol);
616 gCol = ucol_open("root", &status);
617 ucol_setAttribute(gCol, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
618 return gCol;
644 gCol = col;
648 int32_t ruleStringLength = ucol_getRulesEx(gCol, UCOL_TAILORING_ONLY, ruleString, 16384);
650 const char *locale = ucol_getLocale(gCol, ULOC_REQUESTED_LOCALE, &status);
660 tailored = *((UnicodeSet *)ucol_getTailoredSet(gCol, &status));
762 ucol_close(gCol);
784 processCollator(gCol, status);