Home
last modified time | relevance | path

Searched refs:gCol (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp209 UCollator *gCol; variable
290 t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)->len); in ICUstrcmpL()
300 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in ICUstrcmp()
409 ucol_getSortKey(gCol, gFileLines[line].name, len, (unsigned char *)gFileLines[line].icuSortKey, 5000); in doKeyGen()
560 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
839 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doForwardIterTest()
916 iter = ucol_openElements(gCol, str, strlen, &error); in doForwardIterTest()
1001 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doBackwardIterTest()
1081 iter = ucol_openElements(gCol, str, strlen, &error); in doBackwardIterTest()
1444 gCol in main()
[all...]
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp113 UCollator *gCol; variable
274 t = ucol_strcoll(gCol, in ICUstrcmp()
283 return ucol_getSortKey(gCol, string, len, buffer, buffCapacity); in ICUgetSortKey()
595 if(gCol) { in setLocale()
596 ucol_close(gCol); in setLocale()
598 gCol = ucol_open(locale, &status); in setLocale()
599 ucol_setAttribute(gCol, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in setLocale()
603 return gCol; in setLocale()
613 if(gCol) { in setReference()
614 ucol_close(gCol); in setReference()
[all...]
H A Dcolprobe.cpp77 UCollator *gCol; variable
146 t = ucol_strcoll(gCol, in ICUstrcmp()
1128 UCollationElements *tailoring = ucol_openElements(gCol, line->name, line->len, &status); in isTailored()
1482 USet *tailored = ucol_getTailoredSet(gCol, &status); in prepareStartingSet()
1516 gCol = col; in processCollator()
1518 int32_t ruleStringLength = ucol_getRulesEx(gCol, UCOL_TAILORING_ONLY, ruleString, 16384); in processCollator()
1526 const char *locale = ucol_getLocale(gCol, ULOC_REQUESTED_LOCALE, &status); in processCollator()
1531 exemplarUSet = *((UnicodeSet *)ucol_getTailoredSet(gCol, &status)); in processCollator()
1557 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status); in processCollator()
1569 ucol_setAttribute(gCol, UCOL_CASE_FIRS in processCollator()
[all...]

Completed in 6 milliseconds