Searched refs:UTrie (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutrie.h134 * Runtime UTrie callback function.
153 struct UTrie { struct
175 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
263 /* Public UTrie API ---------------------------------------------------------*/
271 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
282 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
291 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
301 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
312 * @param trie (const UTrie *, i
[all...]
H A Dsprpimpl.h90 UTrie sprepTrie;
H A Dutrie2.h29 struct UTrie; /* forward declaration */
31 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
42 * Compared with UTrie version 1:
47 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
334 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
335 * of either a UTrie (version 1) or a UTrie2 (version 2).
338 * of a UTrie, version 1 or 2
343 * @return the UTrie version of the serialized form, or 0 if it is not
344 * recognized as a serialized UTrie
[all...]
H A Dusprep.cpp230 UTrie _sprepTrie={ 0,0,0,0,0,0,0 };
265 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie));
860 /* swap the UTrie */
H A Dutrie.cpp857 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) {
932 utrie_unserializeDummy(UTrie *trie,
1059 utrie_enum(const UTrie *trie,
H A Dutrie2_builder.cpp347 utrie_printLengths(const UTrie *trie) {
408 /* Almost the same as utrie2_cloneAsThawed() but copies a UTrie and freezes the clone. */
410 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) {
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp19 * using a UTrie with 8-bit (byte) results per code point.
81 utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit UTrie!
113 UTrie trie;
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c157 UTrie trie = data->sprepTrie;
237 UTrie trie = data->sprepTrie;
H A Dtrietest.c142 const UTrie *trie,
263 UTrie trie={ 0 };
457 UTrie trie={ 0 };
512 * pick some combination of parameters for selecting the UTrie defaults
825 UTrie trie;
H A Dtrie2test.c1371 UTrie trie1_16, trie1_32;
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp69 static const UTrie *idnTrie = NULL;

Completed in 255 milliseconds