HomeSort by relevance Sort by last modified time
    Searched full:sortkey (Results 1 - 25 of 57) sorted by null

1 2 3

  /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/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 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...]
capitst.c 50 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
56 const uint8_t *currentSk = sortkey;
1531 uint8_t sortkey[512], lower[512], upper[512]; local
    [all...]
citertst.c 1872 uint8_t sortkey[128]; local
    [all...]
  /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/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"
tscoll.cpp 222 log("partial sortkey test piecesize=");
229 errln("Partial sortkey comparison returned wrong result: "+source+", "+target+" (size "+partialSizes[i]+")");
238 errln("Partial sortkey comparison gets different result when normalization is on: "+source+", "+target+" (size "+partialSizes[i]+")");
apicoll.cpp 38 #include "unicode/sortkey.h"
636 logln("testing sortkey ends...");
653 logln("testing sortkey begins...");
1702 uint8_t sortkey[512], lower[512], upper[512]; local
    [all...]
  /external/icu4c/i18n/
tblcoll.cpp 445 CollationKey& sortkey,
448 return getCollationKey(source.getBuffer(), source.length(), sortkey, status);
453 CollationKey& sortkey,
457 return sortkey.setToBogus();
461 return sortkey.setToBogus();
468 return sortkey.reset();
473 if (sortkey.fCapacity >= (sourceLen * 3)) {
475 result = sortkey.fBytes;
476 resultCapacity = sortkey.fCapacity;
485 if (result == sortkey.fBytes)
    [all...]
sortkey.cpp 9 // File sortkey.cpp
34 #include "unicode/sortkey.h"
  /external/webkit/Tools/Scripts/
commit-log-editor 223 my $sortKey = lc $label;
225 $sortKey = "";
227 $sortKey = lc "~, LayoutTests last";
230 $changeLogSort{$sortKey} = $label;
254 for my $sortKey (sort keys %changeLogSort) {
255 my $label = $changeLogSort{$sortKey};
  /external/icu4c/test/hdrtst/
cxxfiles.txt 75 sortkey.h
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 705 * the number of requested bytes. Generated sortkey is not
712 * @param state Opaque state of sortkey iteration.
713 * @param dest Buffer to hold the resulting sortkey part
716 * @return the actual number of bytes of a sortkey. It can be
746 * Produce a bound for a given sortkey and a number of levels.
751 * for a sortkey of string "smith", strings between upper and lower
760 * @param source The source sortkey.
762 * (If an unmodified sortkey is passed, it is always null
771 * explanation on number of levels a sortkey can have.
772 * @param result A pointer to a buffer to receive the resulting sortkey
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 705 * the number of requested bytes. Generated sortkey is not
712 * @param state Opaque state of sortkey iteration.
713 * @param dest Buffer to hold the resulting sortkey part
716 * @return the actual number of bytes of a sortkey. It can be
746 * Produce a bound for a given sortkey and a number of levels.
751 * for a sortkey of string "smith", strings between upper and lower
760 * @param source The source sortkey.
762 * (If an unmodified sortkey is passed, it is always null
771 * explanation on number of levels a sortkey can have.
772 * @param result A pointer to a buffer to receive the resulting sortkey
    [all...]
  /external/icu4c/i18n/unicode/
sortkey.h 7 * File sortkey.h
287 * Size of fBytes used to store the sortkey. i.e. up till the
300 * Array to store the sortkey
ucol.h     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 165 uint8_t sortkey[64]; local
166 uint8_t *psortkey = sortkey;
172 iter->iteratordata_.endp - codepoint, sortkey, 64);
177 -1, sortkey, 64);
219 fprintf(f, "Sortkey exceeds pre-allocated size");
358 fprintf(OUTPUT_, "# and zz are the sortkey values in hexadecimals\n");
824 uint8_t sortkey[32]; local
826 ucol_getSortKey(COLLATOR_, element.ch, element.count, sortkey, 32);
828 while (sortkey[i] != 0) {
829 if (sortkey[i] == 1)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 97 final String sortKey = (sortedByName ? KEY_DISPLAYNAME : KEY_OFFSET);
98 final MyComparator comparator = new MyComparator(sortKey);

Completed in 482 milliseconds

1 2 3