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

  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 68 int32_t length=utrie_serialize(newTrie, NULL, 0, NULL, 8, &errorCode);
80 utrie_serialize(newTrie, trieData, length, NULL, 8, &errorCode);
  /external/icu/icu4c/source/common/
utrie.h 163 * folding function used by utrie_serialize().
496 * Inverse of utrie_serialize().
539 * of the default folding function used by utrie_serialize().
577 * Build-time trie callback function, used with utrie_serialize().
730 utrie_serialize(UNewTrie *trie, void *data, int32_t capacity,
utrie.cpp 742 utrie_serialize(UNewTrie *trie, void *dt, int32_t capacity, function
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 569 sprepTrieSize=utrie_serialize(sprepTrie, sprepTrieBlock, sizeof(sprepTrieBlock), getFoldedValue, TRUE, &errorCode);
571 fprintf(stderr, "error: utrie_serialize(sprep trie) failed, %s\n", u_errorName(errorCode));
  /external/icu/icu4c/source/test/cintltst/
trietest.c 318 length=utrie_serialize(newTrie, storage, DEFAULT_STORAGE_SIZE,
323 log_err("error: utrie_serialize(%s) failed: %s\n", testName, u_errorName(errorCode));
520 length=utrie_serialize(newTrie, storageHolder.storage, sizeof(storageHolder.storage),
525 log_err("error: utrie_serialize(%s) failed: %s\n", testName, u_errorName(errorCode));
530 log_err("error: utrie_serialize(%s) needs more memory\n", testName);
trie2test.c     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1765 #define utrie_serialize macro
    [all...]

Completed in 354 milliseconds