Home
last modified time | relevance | path

Searched refs:sortkey (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c44 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString() argument
50 while ((b = *sortkey++) != 0) { in ucol_sortKeyToString()
1532 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local
1663 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
1664 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
1665 … upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
1668 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
1669 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds()
1672 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds()
Dcmsccoll.c336 uint8_t sortkey[256];
370 sortkeysize = ucol_getSortKey(coll, m, sizem, sortkey, 256);
372 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len));
3510 unsigned char sortkey[256]; in TestJ5223() local
3530 sortkey[sortkey_length-1] = 0xAA; in TestJ5223()
3533 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223()
3537 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223()
3542 sortkey[sortkey_length-1] = 0xAA; in TestJ5223()
3545 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223()
3549 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223()
Dcallcoll.c148 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString() argument
155 const uint8_t *currentSk = sortkey; in sortKeyToString()
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1600 sortkey = key.lower()
1603 oldsortkey = sortkey
1605 mo = junkprog.match(sortkey)
1609 sortkey = sortkey[i:]
1610 index1.append((sortkey, key, node))
1615 for sortkey, key, node in index1:
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1601 sortkey = key.lower()
1604 oldsortkey = sortkey
1606 mo = junkprog.match(sortkey)
1610 sortkey = sortkey[i:]
1611 index1.append((sortkey, key, node))
1616 for sortkey, key, node in index1:
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt91 sortkey.h
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1794 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local
1902 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds()
1903 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
1904 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
1907 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds()
1908 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds()
1911 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds()
/external/icu/icu4c/source/i18n/
DAndroid.bp173 "sortkey.cpp",
DMakefile.in75 coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o \
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1sortkey,th .sortkey{display:none;speak:none}.inputbox-hidecheckboxes form .inputbox-element{displa…
Dwikipedia.css3663 /* hidden sortkey for tablesorter */
3664 td .sortkey,
3665 th .sortkey {
3715 th .sortkey, td .sortkey {
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt847 bocsu.o coleitr.o coll.o sortkey.o ucol.o