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

  /external/icu/icu4c/source/common/
utrie.h 10 * file name: utrie.h
134 * Runtime UTrie callback function.
153 struct UTrie {
175 typedef struct UTrie 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 structur
    [all...]
sprpimpl.h 30 #include "utrie.h"
90 UTrie sprepTrie;
rbbidata.h 55 #include "utrie.h"
184 UTrie fTrie;
utrie2.h 15 * created on: 2008aug16 (starting from a copy of utrie.h)
28 struct UTrie; /* forward declaration */
30 typedef struct UTrie UTrie;
41 * Compared with UTrie version 1:
46 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
331 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
332 * of either a UTrie (version 1) or a UTrie2 (version 2).
335 * of a UTrie, version 1 or 2
340 * @return the UTrie version of the serialized form, or 0 if it is no
    [all...]
usprep.cpp 230 UTrie _sprepTrie={ 0,0,0,0,0,0,0 };
265 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie));
860 /* swap the UTrie */
utrie.cpp 10 * file name: utrie.cpp
29 #include "utrie.h"
857 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) {
932 utrie_unserializeDummy(UTrie *trie,
1059 utrie_enum(const UTrie *trie,
    [all...]
utrie2_builder.cpp 36 #include "utrie.h" /* for utrie2_fromUTrie() and utrie_swap() */
347 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) {
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 19 * 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/common/unicode/
rbbi.h 35 struct UTrie;
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 157 UTrie trie = data->sprepTrie;
237 UTrie trie = data->sprepTrie;
trietest.c 22 #include "utrie.h"
29 /* definitions from standalone utrie development */
142 const UTrie *trie,
263 UTrie trie={ 0 };
457 UTrie trie={ 0 };
511 * code coverage for utrie.c/defaultGetFoldedValue(),
512 * pick some combination of parameters for selecting the UTrie defaults
825 UTrie trie;
trie2test.c 22 #include "utrie.h"
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 39 #include "utrie.h"
69 static const UTrie *idnTrie = NULL;

Completed in 263 milliseconds