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

  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 64 int32_t length=utrie_serialize(newTrie, NULL, 0, NULL, 8, &errorCode);
76 utrie_serialize(newTrie, trieData, length, NULL, 8, &errorCode);
  /external/icu/icu4c/source/common/
rbbisetb.cpp 309 fTrieSize = utrie_serialize(fTrie,
328 utrie_serialize(fTrie,
utrie.h 161 * folding function used by utrie_serialize().
494 * Inverse of utrie_serialize().
537 * of the default folding function used by utrie_serialize().
575 * Build-time trie callback function, used with utrie_serialize().
728 utrie_serialize(UNewTrie *trie, void *data, int32_t capacity,
utrie.cpp 740 utrie_serialize(UNewTrie *trie, void *dt, int32_t capacity, function
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 567 sprepTrieSize=utrie_serialize(sprepTrie, sprepTrieBlock, sizeof(sprepTrieBlock), getFoldedValue, TRUE, &errorCode);
569 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 1741 #define utrie_serialize macro
    [all...]

Completed in 78 milliseconds