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

12

/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h132 * Runtime UTrie callback function.
151 struct UTrie { struct
173 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
261 /* Public UTrie API ---------------------------------------------------------*/
269 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
280 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
289 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
299 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
310 * @param trie (const UTrie *, i
[all...]
H A Dsprpimpl.h88 UTrie sprepTrie;
H A Drbbidata.h181 UTrie fTrie;
H A Dutrie2.h26 struct UTrie; /* forward declaration */
28 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
39 * Compared with UTrie version 1:
44 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
329 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
330 * of either a UTrie (version 1) or a UTrie2 (version 2).
333 * of a UTrie, version 1 or 2
338 * @return the UTrie version of the serialized form, or 0 if it is not
339 * recognized as a serialized UTrie
[all...]
H A Dutrie.cpp855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) {
930 utrie_unserializeDummy(UTrie *trie,
1057 utrie_enum(const UTrie *trie,
H A Dusprep.cpp227 UTrie _sprepTrie={ 0,0,0,0,0,0,0 };
262 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie));
898 /* swap the UTrie */
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/common/
H A Dutrie.h132 * Runtime UTrie callback function.
151 struct UTrie { struct
173 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
261 /* Public UTrie API ---------------------------------------------------------*/
269 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
280 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
289 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
299 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
310 * @param trie (const UTrie *, i
[all...]
H A Dsprpimpl.h88 UTrie sprepTrie;
H A Drbbidata.h181 UTrie fTrie;
H A Dutrie2.h26 struct UTrie; /* forward declaration */
28 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
39 * Compared with UTrie version 1:
44 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
329 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
330 * of either a UTrie (version 1) or a UTrie2 (version 2).
333 * of a UTrie, version 1 or 2
338 * @return the UTrie version of the serialized form, or 0 if it is not
339 * recognized as a serialized UTrie
[all...]
H A Dutrie.cpp855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) {
930 utrie_unserializeDummy(UTrie *trie,
1057 utrie_enum(const UTrie *trie,
H A Dusprep.cpp227 UTrie _sprepTrie={ 0,0,0,0,0,0,0 };
262 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie));
898 /* swap the UTrie */
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/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp15 * using a UTrie with 8-bit (byte) results per code point.
77 utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit UTrie!
109 UTrie trie;
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp15 * using a UTrie with 8-bit (byte) results per code point.
77 utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit UTrie!
109 UTrie trie;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c155 UTrie trie = data->sprepTrie;
235 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;
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c155 UTrie trie = data->sprepTrie;
235 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;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drbbi.h33 struct UTrie;
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h33 struct UTrie;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp67 static const UTrie *idnTrie = NULL;
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp67 static const UTrie *idnTrie = NULL;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h78 * - serialized UTrie with mappings of code points to CEs
110 * uint32_t mappingPosition; - offset to UTrie (const uint8_t *mappingPosition). This is a serialized UTrie and should be treated as such.
914 UTrie mapping;

Completed in 6294 milliseconds

12