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

1 2 3

  /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 146 /* this function makes a string with representation of a sortkey */
147 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 48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
54 const uint8_t *currentSk = sortkey;
1483 uint8_t sortkey[512], lower[512], upper[512]; local
    [all...]
citertst.c 1819 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/webkit/WebKitTools/Scripts/
commit-log-editor 204 my $sortKey = lc $label;
206 $sortKey = "";
208 $sortKey = "-, just after top level";
210 $sortKey = lc "WebKit, WebBrowser after";
212 $sortKey = lc "WebFoundation, WebCore after";
214 $sortKey = lc "~, LayoutTests last";
217 $changeLogSort{$sortKey} = $label;
241 for my $sortKey (sort keys %changeLogSort) {
242 my $label = $changeLogSort{$sortKey};
  /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 217 log("partial sortkey test piecesize=");
224 errln("Partial sortkey comparison returned wrong result: "+source+", "+target+" (size "+partialSizes[i]+")");
233 errln("Partial sortkey comparison gets different result when normalization is on: "+source+", "+target+" (size "+partialSizes[i]+")");
allcoll.cpp 14 #include "unicode/sortkey.h"
currcoll.cpp 24 #include "unicode/sortkey.h"
  /external/icu4c/test/hdrtst/
cxxfiles.txt 57 sortkey.h
  /external/icu4c/i18n/unicode/
ucol.h 731 * the number of requested bytes. Generated sortkey is not
738 * @param state Opaque state of sortkey iteration.
739 * @param dest Buffer to hold the resulting sortkey part
742 * @return the actual number of bytes of a sortkey. It can be
772 * Produce a bound for a given sortkey and a number of levels.
777 * for a sortkey of string "smith", strings between upper and lower
    [all...]
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
  /external/webkit/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/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/
tblcoll.cpp 442 CollationKey& sortkey,
445 return getCollationKey(source.getBuffer(), source.length(), sortkey, status);
450 CollationKey& sortkey,
455 return sortkey.setToBogus();
459 return sortkey.reset();
467 sortkey.adopt(result, resultLen);
468 return sortkey;
Android.mk 54 sortkey.cpp strmatch.cpp strrepl.cpp \
sortkey.cpp 9 // File sortkey.cpp
34 #include "unicode/sortkey.h"
  /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...]

Completed in 330 milliseconds

1 2 3