Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/cpython/
D_capi.py417 def sortkey(item): function
426 return sortkey
545 sortkey = _get_sortkey(sort, groupby, columns)
558 grouped = sorted(grouped, key=sortkey)
585 sortkey = _get_sortkey(sort, groupby, None)
597 grouped = sorted(grouped, key=sortkey)
603 items = sorted(items, key=sortkey)
/third_party/python/Lib/test/
Dtest_pstats.py57 sortkey = 'filename'
62 self.stats.sort_arg_dict_default[sortkey][-1])
/third_party/musl/src/network/
Dlookup_name.c304 return b->sortkey - a->sortkey; in addrcmp()
429 buf[i].sortkey = key; in __lookup_name()
Dlookup.h37 int sortkey; member
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c45 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString() argument
52 while ((b = *sortkey++) != 0) { in ucol_sortKeyToString()
1654 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local
1785 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
1786 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds()
1787 … upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
1790 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
1791 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds()
1794 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds()
Dcmsccoll.c337 uint8_t sortkey[256];
371 sortkeysize = ucol_getSortKey(coll, m, sizem, sortkey, 256);
373 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len));
3513 unsigned char sortkey[256]; in TestJ5223() local
3533 sortkey[sortkey_length-1] = 0xAA; in TestJ5223()
3536 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223()
3540 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223()
3545 sortkey[sortkey_length-1] = 0xAA; in TestJ5223()
3548 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223()
3552 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223()
Dcallcoll.c151 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString() argument
158 const uint8_t *currentSk = sortkey; in sortKeyToString()
/third_party/musl/porting/linux/user/src/network/
Dlookup.h37 int sortkey; member
Dlookup_name.c363 return b->sortkey - a->sortkey; in addrcmp()
494 buf[i].sortkey = key; in lookup_name_ext()
/third_party/python/Tools/scripts/
Dtexi2html.py1599 sortkey = key.lower()
1602 oldsortkey = sortkey
1604 mo = junkprog.match(sortkey)
1608 sortkey = sortkey[i:]
1609 index1.append((sortkey, key, node))
1614 for sortkey, key, node in index1:
/third_party/python/Tools/c-analyzer/c_analyzer/
D__main__.py110 columns, match_kind, sortkey = info
112 items = sorted(items, key=sortkey)
/third_party/icu/icu4c/source/i18n/
DBUILD.bazel62 "sortkey.cpp",
Dsources.txt175 sortkey.cpp
/third_party/node/deps/icu-small/source/i18n/
DBUILD.bazel62 "sortkey.cpp",
/third_party/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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dsources.txt174 sortkey.cpp
/third_party/icu/docs/userguide/collation/
Dexamples.md113 #include "unicode/sortkey.h"
Darchitecture.md268 example, if bounds are produced for a sortkey of string "smith", strings between
Dconcepts.md49 sortkey: 1 \* SP + 10 \* BP
/third_party/skia/third_party/externals/icu/
Dicu.gyp547 'unicode/sortkey.h',
Dsources.gni324 "source/i18n/sortkey.cpp",
480 "source/i18n/unicode/sortkey.h",
Dicu.gypi184 'source/i18n/sortkey.cpp',
/third_party/skia/third_party/icu/
Dicu.gni697 "$_src/i18n/sortkey.cpp",
799 "$_src/i18n/unicode/sortkey.h",
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt936 bocsu.o coleitr.o coll.o sortkey.o ucol.o
/third_party/icu/icu4c/
DBUILD.gn376 "//third_party/icu/icu4c/source/i18n/sortkey.cpp",