/external/chromium_org/third_party/icu/source/common/ |
utrie.h | 8 * file name: utrie.h 131 * Runtime UTrie callback function. 150 struct UTrie { 172 typedef struct UTrie UTrie; 260 /* Public UTrie API ---------------------------------------------------------*/ 268 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 279 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 288 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 298 * @param trie (const UTrie *, in) a pointer to the runtime trie structur [all...] |
sprpimpl.h | 28 #include "utrie.h" 88 UTrie sprepTrie;
|
rbbidata.h | 52 #include "utrie.h" 180 UTrie fTrie;
|
utrie2.h | 13 * created on: 2008aug16 (starting from a copy of utrie.h) 25 struct UTrie; /* forward declaration */ 27 typedef struct UTrie UTrie; 38 * Compared with UTrie version 1: 43 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat 328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form 329 * of either a UTrie (version 1) or a UTrie2 (version 2). 332 * of a UTrie, version 1 or 2 337 * @return the UTrie version of the serialized form, or 0 if it is no [all...] |
utrie.c | 8 * file name: utrie.c 27 #include "utrie.h" 855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) { 930 utrie_unserializeDummy(UTrie *trie, 1057 utrie_enum(const UTrie *trie, [all...] |
usprep.cpp | 236 UTrie _sprepTrie={ 0,0,0,0,0,0,0 }; 271 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); 907 /* swap the UTrie */
|
utrie2_builder.c | 34 #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/icu4c/common/ |
utrie.h | 8 * file name: utrie.h 132 * Runtime UTrie callback function. 151 struct UTrie { 173 typedef struct UTrie 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 structur [all...] |
sprpimpl.h | 28 #include "utrie.h" 88 UTrie sprepTrie;
|
rbbidata.h | 52 #include "utrie.h" 180 UTrie fTrie;
|
utrie2.h | 13 * created on: 2008aug16 (starting from a copy of utrie.h) 26 struct UTrie; /* forward declaration */ 28 typedef struct UTrie 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 no [all...] |
utrie.cpp | 8 * file name: utrie.cpp 27 #include "utrie.h" 855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) { 930 utrie_unserializeDummy(UTrie *trie, 1057 utrie_enum(const UTrie *trie, [all...] |
usprep.cpp | 233 UTrie _sprepTrie={ 0,0,0,0,0,0,0 }; 268 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); 904 /* swap the UTrie */
|
utrie2_builder.cpp | 34 #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/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
trieset.cpp | 15 * 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/icu4c/test/perf/unisetperf/draft/ |
trieset.cpp | 15 * 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/common/unicode/ |
rbbi.h | 33 struct UTrie;
|
/external/icu4c/common/unicode/ |
rbbi.h | 33 struct UTrie;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
sprpdata.c | 154 UTrie trie = data->sprepTrie; 234 UTrie trie = data->sprepTrie;
|
trietest.c | 19 #include "utrie.h" 26 /* definitions from standalone utrie development */ 141 const UTrie *trie, 262 UTrie trie={ 0 }; 456 UTrie trie={ 0 }; 510 * code coverage for utrie.c/defaultGetFoldedValue(), 511 * pick some combination of parameters for selecting the UTrie defaults 824 UTrie trie;
|
/external/icu4c/test/cintltst/ |
sprpdata.c | 155 UTrie trie = data->sprepTrie; 235 UTrie trie = data->sprepTrie;
|
trietest.c | 20 #include "utrie.h" 27 /* 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;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
testidn.cpp | 36 #include "utrie.h" 66 static const UTrie *idnTrie = NULL;
|
/external/icu4c/test/intltest/ |
testidn.cpp | 37 #include "utrie.h" 67 static const UTrie *idnTrie = NULL;
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_imp.h | 49 #include "utrie.h" 74 * - serialized UTrie with mappings of code points to CEs 106 * uint32_t mappingPosition; - offset to UTrie (const uint8_t *mappingPosition). This is a serialized UTrie and should be treated as such. [all...] |