/third_party/python/Tools/c-analyzer/cpython/ |
D | _capi.py | 417 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/ |
D | test_pstats.py | 57 sortkey = 'filename' 62 self.stats.sort_arg_dict_default[sortkey][-1])
|
/third_party/musl/src/network/ |
D | lookup_name.c | 304 return b->sortkey - a->sortkey; in addrcmp() 429 buf[i].sortkey = key; in __lookup_name()
|
D | lookup.h | 37 int sortkey; member
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 45 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()
|
D | cmsccoll.c | 337 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()
|
D | callcoll.c | 151 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/ |
D | lookup.h | 37 int sortkey; member
|
D | lookup_name.c | 363 return b->sortkey - a->sortkey; in addrcmp() 494 buf[i].sortkey = key; in lookup_name_ext()
|
/third_party/python/Tools/scripts/ |
D | texi2html.py | 1599 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__.py | 110 columns, match_kind, sortkey = info 112 items = sorted(items, key=sortkey)
|
/third_party/icu/icu4c/source/i18n/ |
D | BUILD.bazel | 62 "sortkey.cpp",
|
D | sources.txt | 175 sortkey.cpp
|
/third_party/node/deps/icu-small/source/i18n/ |
D | BUILD.bazel | 62 "sortkey.cpp",
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1794 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/ |
D | sources.txt | 174 sortkey.cpp
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 113 #include "unicode/sortkey.h"
|
D | architecture.md | 268 example, if bounds are produced for a sortkey of string "smith", strings between
|
D | concepts.md | 49 sortkey: 1 \* SP + 10 \* BP
|
/third_party/skia/third_party/externals/icu/ |
D | icu.gyp | 547 'unicode/sortkey.h',
|
D | sources.gni | 324 "source/i18n/sortkey.cpp", 480 "source/i18n/unicode/sortkey.h",
|
D | icu.gypi | 184 'source/i18n/sortkey.cpp',
|
/third_party/skia/third_party/icu/ |
D | icu.gni | 697 "$_src/i18n/sortkey.cpp", 799 "$_src/i18n/unicode/sortkey.h",
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 936 bocsu.o coleitr.o coll.o sortkey.o ucol.o
|
/third_party/icu/icu4c/ |
D | BUILD.gn | 376 "//third_party/icu/icu4c/source/i18n/sortkey.cpp",
|