HomeSort by relevance Sort by last modified time
    Searched refs:utrie2_serialize (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 245 length = utrie2_serialize(data.trie, dest + totalSize,
248 length = utrie2_serialize(data.trie, NULL, 0, &errorCode2);
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 566 utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
568 log_err("error: utrie2_serialize(unfrozen %s) set %s != U_ILLEGAL_ARGUMENT_ERROR\n",
600 length1=utrie2_serialize(trie, NULL, 0, &errorCode);
602 log_err("error: utrie2_serialize(%s) preflighting set %s != U_BUFFER_OVERFLOW_ERROR\n",
607 length2=utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
609 log_err("error: utrie2_serialize(%s) needs more memory\n", testName);
613 log_err("error: utrie2_serialize(%s) failed: %s\n", testName, u_errorName(errorCode));
761 * and that utrie2_serialize() can be called multiple times.
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu/icu4c/source/common/
utrie2.h 83 * Inverse of utrie2_serialize().
98 * @see utrie2_serialize
324 utrie2_serialize(const UTrie2 *trie,
    [all...]
ucnvsel.cpp 297 int32_t serializedTrieSize = utrie2_serialize(sel->trie, NULL, 0, status);
338 utrie2_serialize(sel->trie, p, serializedTrieSize, status);
utrie2.cpp 410 utrie2_serialize(const UTrie2 *trie, function
  /external/icu/icu4c/source/common/unicode/
urename.h 1750 #define utrie2_serialize macro
    [all...]

Completed in 458 milliseconds