/external/icu/icu4c/source/common/ |
rbbisetb.cpp | 299 fTrieSize = utrie2_serialize(fTrie, 319 utrie2_serialize(fTrie,
|
utrie2.h | 85 * Inverse of utrie2_serialize(). 100 * @see utrie2_serialize 326 utrie2_serialize(const UTrie2 *trie, [all...] |
ucnvsel.cpp | 298 int32_t serializedTrieSize = utrie2_serialize(sel->trie, NULL, 0, status); 339 utrie2_serialize(sel->trie, p, serializedTrieSize, status);
|
utrie2.cpp | 396 utrie2_serialize(const UTrie2 *trie, function
|
/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 | 598 utrie2_serialize(trie, storage, sizeof(storage), &errorCode); 600 log_err("error: utrie2_serialize(unfrozen %s) set %s != U_ILLEGAL_ARGUMENT_ERROR\n", 632 length1=utrie2_serialize(trie, NULL, 0, &errorCode); 634 log_err("error: utrie2_serialize(%s) preflighting set %s != U_BUFFER_OVERFLOW_ERROR\n", 639 length2=utrie2_serialize(trie, storage, sizeof(storage), &errorCode); 641 log_err("error: utrie2_serialize(%s) needs more memory\n", testName); 645 log_err("error: utrie2_serialize(%s) failed: %s\n", testName, u_errorName(errorCode)); 793 * and that utrie2_serialize() can be called multiple times. [all...] |
/external/icu/icu4c/source/common/unicode/ |
urename.h | 1794 #define utrie2_serialize macro [all...] |
/external/icu/libandroidicu/include/unicode/ |
urename.h | 1794 #define utrie2_serialize macro [all...] |