Searched refs:UTrie2ValueBits (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utrie2.h | 73 enum UTrie2ValueBits { enum 81 typedef enum UTrie2ValueBits UTrie2ValueBits; typedef 103 utrie2_openFromSerialized(UTrie2ValueBits valueBits, 129 utrie2_openDummy(UTrie2ValueBits valueBits, 295 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
|
D | utrie_swap.cpp | 103 UTrie2ValueBits valueBits; in utrie2_swap() 125 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK); in utrie2_swap()
|
D | utrie2.cpp | 129 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() 164 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized() 239 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy()
|
D | utrie2_builder.cpp | 1304 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze() 1327 UTrie2ValueBits frozenValueBits= in utrie2_freeze()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 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() 575 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() 580 UTrie2ValueBits otherValueBits; in testTrieSerialize() 1132 dummyTest(UTrie2ValueBits valueBits) { in dummyTest()
|