/external/webrtc/src/system_wrappers/source/ |
sort.cc | 60 (static_cast<const SortKey*>(SORT_KEY_X)->key)); \ 62 (static_cast<const SortKey*>(SORT_KEY_Y)->key)); \ 77 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC));\ 85 struct SortKey 92 struct SortKey 205 bool operator()(const SortKey<KeyType>& sortKeyX, 206 const SortKey<KeyType>& sortKeyY) const 215 KeyType operator()(const SortKey<KeyType>& sortKey, 218 return sortKey.key >> offset [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.h | 86 * Test getting bounds for a sortkey 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
|
ccolltst.c | 117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
|
callcoll.c | 145 /* this function makes a string with representation of a sortkey */ 146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 153 const uint8_t *currentSk = sortkey; 238 log_err("Partial sortkey size buffer too small. Please consider increasing the buffer!\n"); 335 /*log_verbose("partial sortkey test piecesize=");*/ 342 log_err("Partial sortkey comparison returned wrong result (%i exp. %i): %s, %s (size %i)\n", 353 log_err("Partial sortkey comparison gets different result when normalization is on: %s, %s (size %i)\n", 396 log_err("SortKey length does not match Expected: %i Got: %i\n",sortklen1, gSortklen1); 397 log_verbose("Generated sortkey: %s\n", sortKeyToString(myCollation, sortKey1, buffer, &len)); 400 log_err("SortKey length does not match Expected: %i Got: %i\n", sortklen2, gSortklen2) [all...] |
/external/icu4c/test/cintltst/ |
capitst.h | 86 * Test getting bounds for a sortkey 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
|
ccolltst.c | 119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
|
/external/icu4c/samples/legacy/ |
newcol.cpp | 25 // Very simple example code - sticks a sortkey in the buffer 78 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
|
oldcol.cpp | 26 // Very simple example code - sticks a sortkey in the buffer 95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcoll.h | 24 #include "unicode/sortkey.h"
|
lcukocol.cpp | 24 #include "unicode/sortkey.h"
|
ficoll.cpp | 23 #include "unicode/sortkey.h"
|
escoll.cpp | 25 #include "unicode/sortkey.h"
|
trcoll.cpp | 14 #include "unicode/sortkey.h"
|
/external/icu4c/test/intltest/ |
dadrcoll.h | 24 #include "unicode/sortkey.h"
|
lcukocol.cpp | 24 #include "unicode/sortkey.h"
|
ficoll.cpp | 23 #include "unicode/sortkey.h"
|
escoll.cpp | 25 #include "unicode/sortkey.h"
|
trcoll.cpp | 14 #include "unicode/sortkey.h"
|
/external/icu4c/i18n/ |
tblcoll.cpp | 404 CollationKey& sortkey, 407 return getCollationKey(source.getBuffer(), source.length(), sortkey, status); 412 CollationKey& sortkey, 416 return sortkey.setToBogus(); 420 return sortkey.setToBogus(); 427 return sortkey.reset(); 430 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status); 433 sortkey.setLength(resultLen); 435 sortkey.setToBogus(); 437 return sortkey; [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
commit-log-editor | 288 my $sortKey = lc $label; 290 $sortKey = ""; 292 $sortKey = lc "~, LayoutTests last"; 295 $changeLogSort{$sortKey} = $label; 304 for my $sortKey (sort keys %changeLogSort) { 305 my $label = $changeLogSort{$sortKey};
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
cxxfiles.txt | 70 sortkey.h
|
/external/icu4c/test/hdrtst/ |
cxxfiles.txt | 80 sortkey.h
|
/external/chromium_org/third_party/icu/source/i18n/ |
tblcoll.cpp | 444 CollationKey& sortkey, 447 return getCollationKey(source.getBuffer(), source.length(), sortkey, status); 452 CollationKey& sortkey, 457 return sortkey.setToBogus(); 461 return sortkey.reset(); 469 sortkey.adopt(result, resultLen); 470 return sortkey;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
sortkey.h | 7 * File sortkey.h 282 * Size of fBytes used to store the sortkey. i.e. up till the 295 * Array to store the sortkey
|
/packages/apps/Settings/src/com/android/settings/ |
DreamBackend.java | 300 return sortKey(lhs).compareTo(sortKey(rhs)); 303 private String sortKey(DreamInfo di) {
|