HomeSort by relevance Sort by last modified time
    Searched refs:utrie_unserialize (Results 1 - 14 of 14) 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/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/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/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 1711 #define utrie_unserialize macro
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
ucol.cpp 899 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
    [all...]

Completed in 1760 milliseconds