Searched refs:sortkey (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/hdrtst/ |
D | cxxfiles.txt | 83 sortkey.h
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 42 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString() argument 48 while ((b = *sortkey++) != 0) { in ucol_sortKeyToString() 1530 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local 1661 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds() 1662 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1663 … upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1666 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds() 1667 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds() 1670 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)); 3514 unsigned char sortkey[256]; in TestJ5223() local 3534 sortkey[sortkey_length-1] = 0xAA; in TestJ5223() 3537 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3541 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223() 3546 sortkey[sortkey_length-1] = 0xAA; in TestJ5223() 3549 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3553 if (sortkey[sortkey_length-1] == 0xAA) { in TestJ5223()
|
D | callcoll.c | 146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString() argument 153 const uint8_t *currentSk = sortkey; in sortKeyToString()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1763 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local 1871 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds() 1872 lowerSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_LOWER, 1, lower, 512, &status); in TestBounds() 1873 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds() 1876 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds() 1877 if(strcmp((const char *)lower, (const char *)sortkey) > 0) { in TestBounds() 1880 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds()
|
/external/icu/icu4c/source/i18n/ |
D | Android.mk | 164 sortkey.cpp \
|
D | Makefile.in | 73 coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o \
|
/external/chromium-trace/catapult/third_party/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/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 811 bocsu.o coleitr.o coll.o sortkey.o ucol.o
|