/external/python/cpython3/Lib/test/ |
D | test_pstats.py | 56 sortkey = 'filename' 61 self.stats.sort_arg_dict_default[sortkey][-1])
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 44 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()
|
D | cmsccoll.c | 336 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()
|
D | callcoll.c | 150 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString() argument 157 const uint8_t *currentSk = sortkey; in sortKeyToString()
|
/external/python/cpython3/Tools/scripts/ |
D | texi2html.py | 1600 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/ |
D | texi2html.py | 1601 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/ |
D | cxxfiles.txt | 94 sortkey.h
|
/external/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()
|
/external/icu/icu4c/source/i18n/ |
D | Makefile.in | 75 coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o \
|
/external/skia/third_party/icu/ |
D | icu.gni | 701 "$_src/i18n/sortkey.cpp", 803 "$_src/i18n/unicode/sortkey.h",
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …sortkey,th .sortkey{display:none;speak:none}.inputbox-hidecheckboxes form .inputbox-element{displa…
|
D | wikipedia.css | 3663 /* hidden sortkey for tablesorter */ 3664 td .sortkey, 3665 th .sortkey { 3715 th .sortkey, td .sortkey {
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S__i_l_f.py | 800 sortkey=self.ruleSortKeys[i])
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 882 bocsu.o coleitr.o coll.o sortkey.o ucol.o
|
/external/skqp/third_party/icu/ |
D | icu.gni | 603 "../externals/icu/source/i18n/sortkey.cpp",
|