Searched refs:UTrie2 (Results 1 – 23 of 23) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utrie2.h | 65 struct UTrie2; 66 typedef struct UTrie2 UTrie2; typedef 102 U_CAPI UTrie2 * U_EXPORT2 128 U_CAPI UTrie2 * U_EXPORT2 144 utrie2_get32(const UTrie2 *trie, UChar32 c); 194 utrie2_enum(const UTrie2 *trie, 210 U_CAPI UTrie2 * U_EXPORT2 221 U_CAPI UTrie2 * U_EXPORT2 222 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode); 233 U_CAPI UTrie2 * U_EXPORT2 [all …]
|
D | utrie2.cpp | 61 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32() 74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit() 88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index() 98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex() 113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex() 128 U_CAPI UTrie2 * U_EXPORT2 136 UTrie2 tempTrie; in utrie2_openFromSerialized() 137 UTrie2 *trie; in utrie2_openFromSerialized() 195 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized() 238 U_CAPI UTrie2 * U_EXPORT2 [all …]
|
D | utrie2_builder.cpp | 115 U_CAPI UTrie2 * U_EXPORT2 117 UTrie2 *trie; in utrie2_open() 126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open() 137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open() 298 U_CAPI UTrie2 * U_EXPORT2 299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone() 300 UTrie2 *trie; in utrie2_clone() 310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone() 314 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone() 343 UTrie2 *trie; [all …]
|
D | uchar_props_data.h | 1360 static const UTrie2 propsTrie={ 3254 static const UTrie2 propsVectorsTrie={
|
D | propsvec.h | 158 U_CAPI UTrie2 * U_EXPORT2 162 UTrie2 *trie;
|
D | rbbisetb.h | 124 UTrie2 *fTrie; // The mapping TRIE that is the end result of processing
|
D | rbbidata.h | 179 UTrie2 *fTrie;
|
D | ucase.h | 339 U_CFUNC const UTrie2 * U_EXPORT2
|
D | ubidi_props.cpp | 39 UTrie2 trie;
|
D | ucasemap.cpp | 216 const UTrie2 *trie = ucase_getTrie(); in toLower() 324 const UTrie2 *trie = ucase_getTrie(); in toUpper()
|
D | ucase.cpp | 41 UTrie2 trie; 80 U_CFUNC const UTrie2 * U_EXPORT2
|
D | propsvec.cpp | 480 U_CAPI UTrie2 * U_EXPORT2
|
D | ustrcase.cpp | 215 const UTrie2 *trie = ucase_getTrie(); in toLower() 310 const UTrie2 *trie = ucase_getTrie(); in toUpper()
|
D | ucnvsel.cpp | 52 UTrie2 *trie; // 16 bit trie containing offsets into pv
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 99 const UTrie2 *trie, in testTrieEnum() 112 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters() 271 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() 351 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8() 518 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie() 566 testNewTrie(const char *testName, const UTrie2 *trie, in testNewTrie() 575 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() 622 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize() 738 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize() 753 UTrie2 *clone=utrie2_cloneAsThawed(trie, &errorCode); in testTrieSerialize() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.h | 64 const UTrie2 *pTrie, 75 const UTrie2 *pTrie,
|
D | writesrc.cpp | 185 const UTrie2 *pTrie, in usrc_writeUTrie2Arrays() 200 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 | 277 const UTrie2 *trie;
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4531 UTrie2 *trie = data->fTrie; in TestReverse()
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 3043 * switch ubidi.icu, ucase.icu and uprops.icu from UTrie to UTrie2 3157 7238 UTrie2 in core unidata
|