/external/python/cpython3/Lib/test/ |
D | test_pstats.py | 57 sortkey = 'filename' 62 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 51 while ((b = *sortkey++) != 0) { in ucol_sortKeyToString() 1533 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local 1664 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds() 1665 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1666 … upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1669 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds() 1670 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds() 1673 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)); 3512 unsigned char sortkey[256]; in TestJ5223() local 3532 sortkey[sortkey_length-1] = 0xAA; in TestJ5223() 3535 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3539 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223() 3544 sortkey[sortkey_length-1] = 0xAA; in TestJ5223() 3547 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3551 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 | 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:
|
/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/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 | sources.txt | 174 sortkey.cpp
|
/external/icu/tools/icu4c_srcgen/ |
D | cxxfiles.txt | 131 sortkey.h
|
/external/autotest/server/hosts/ |
D | servo_host.py | 1120 def sortkey(f, level=level_name): function 1125 files.sort(reverse=True, key=sortkey)
|
/external/skia/third_party/icu/ |
D | icu.gni | 694 "$_src/i18n/sortkey.cpp", 796 "$_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 | 808 sortkey=self.ruleSortKeys[i])
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 920 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",
|