Searched refs:UTrie2 (Results 1 – 23 of 23) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utrie2.h | 63 struct UTrie2; 64 typedef struct UTrie2 UTrie2; typedef 100 U_CAPI UTrie2 * U_EXPORT2 126 U_CAPI UTrie2 * U_EXPORT2 142 utrie2_get32(const UTrie2 *trie, UChar32 c); 192 utrie2_enum(const UTrie2 *trie, 208 U_CAPI UTrie2 * U_EXPORT2 219 U_CAPI UTrie2 * U_EXPORT2 220 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode); 231 U_CAPI UTrie2 * U_EXPORT2 [all …]
|
D | utrie2.cpp | 62 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32() 75 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit() 89 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index() 99 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex() 114 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex() 129 U_CAPI UTrie2 * U_EXPORT2 137 UTrie2 tempTrie; in utrie2_openFromSerialized() 138 UTrie2 *trie; in utrie2_openFromSerialized() 196 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized() 236 U_CAPI UTrie2 * U_EXPORT2 [all …]
|
D | utrie2_builder.cpp | 108 U_CAPI UTrie2 * U_EXPORT2 110 UTrie2 *trie; in utrie2_open() 119 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open() 130 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open() 277 U_CAPI UTrie2 * U_EXPORT2 278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone() 279 UTrie2 *trie; in utrie2_clone() 289 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone() 293 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone() 322 UTrie2 *trie; [all …]
|
D | uchar_props_data.h | 1318 static const UTrie2 propsTrie={ 3120 static const UTrie2 propsVectorsTrie={
|
D | propsvec.h | 158 U_CAPI UTrie2 * U_EXPORT2 162 UTrie2 *trie;
|
D | norm2_nfc_data.h | 1133 static const UTrie2 norm2_nfc_data_trie={
|
D | normalizer2impl.h | 228 void init(const int32_t *inIndexes, const UTrie2 *inTrie, 237 const UTrie2 *getNormTrie() const { return normTrie; } in getNormTrie() 599 const UTrie2 *normTrie;
|
D | ubidi_props.c | 39 UTrie2 trie;
|
D | loadednormalizer2impl.cpp | 45 UTrie2 *ownedTrie;
|
D | propsvec.c | 480 U_CAPI UTrie2 * U_EXPORT2
|
D | ucnvsel.cpp | 51 UTrie2 *trie; // 16 bit trie containing offsets into pv
|
D | normalizer2impl.cpp | 253 UTrie2 *trie; 262 Normalizer2Impl::init(const int32_t *inIndexes, const UTrie2 *inTrie, in init()
|
D | ucase.cpp | 41 UTrie2 trie;
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 98 const UTrie2 *trie, in testTrieEnum() 111 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters() 270 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() 350 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8() 486 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie() 534 testNewTrie(const char *testName, const UTrie2 *trie, in testNewTrie() 543 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() 590 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize() 706 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize() 721 UTrie2 *clone=utrie2_cloneAsThawed(trie, &errorCode); in testTrieSerialize() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.h | 63 const UTrie2 *pTrie, 74 const UTrie2 *pTrie,
|
D | writesrc.c | 170 const UTrie2 *pTrie, in usrc_writeUTrie2Arrays() 185 const UTrie2 *pTrie, in usrc_writeUTrie2Struct()
|
/external/icu/icu4c/source/i18n/ |
D | collationtailoring.h | 30 struct UTrie2; 82 UTrie2 *trie;
|
D | collationdata.h | 175 const UTrie2 *trie;
|
D | collationdatabuilder.h | 239 UTrie2 *trie;
|
D | collationiterator.h | 262 const UTrie2 *trie;
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.h | 105 UTrie2 *normTrie; 115 UTrie2 *norm16Trie;
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 738 utrie2 # Format version 4 uses UTrie2.
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 2051 * switch ubidi.icu, ucase.icu and uprops.icu from UTrie to UTrie2 2165 7238 UTrie2 in core unidata
|