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

  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 77 utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit UTrie!
  /external/icu4c/tools/genprops/
store.c 398 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
402 "genprops error: failed to utrie_unserialize(uprops.icu main trie) - %s\n",
props2.c 730 utrie_unserialize(&trie, p, length, &errorCode);
734 "genprops error: failed to utrie_unserialize(trie for additional properties) - %s\n",
  /external/icu4c/common/
rbbidata.cpp 105 utrie_unserialize(&fTrie,
utrie.h 158 * utrie_unserialize() sets a default function which simply returns
503 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode);
534 * utrie_unserialize().
707 * @see utrie_unserialize()
usprep.cpp 256 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
utrie.c 855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) { function
    [all...]
  /external/icu4c/tools/genbidi/
store.c 385 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
389 "genbidi error: failed to utrie_unserialize(ubidi.icu trie) - %s\n",
  /external/icu4c/test/cintltst/
trietest.c 351 if(!utrie_unserialize(&trie, storage, length, &errorCode)) {
352 log_err("error: utrie_unserialize() failed, %s\n", u_errorName(errorCode));
558 if(!utrie_unserialize(&trie, storageHolder.storage, length, &errorCode)) {
559 log_err("error: utrie_unserialize() failed, %s\n", u_errorName(errorCode));
trie2test.c     [all...]
  /external/icu4c/tools/gennorm/
store.c     [all...]
  /external/icu4c/tools/gencase/
store.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 1178 #define utrie_unserialize macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 1178 #define utrie_unserialize macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 1178 #define utrie_unserialize macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 1178 #define utrie_unserialize macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1697 #define utrie_unserialize macro
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
ucol.cpp 853 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
    [all...]

Completed in 5731 milliseconds