Searched refs:UTrie2ValueBits (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | utrie2.h | 68 enum UTrie2ValueBits { enum 76 typedef enum UTrie2ValueBits UTrie2ValueBits; typedef 98 utrie2_openFromSerialized(UTrie2ValueBits valueBits, 124 utrie2_openDummy(UTrie2ValueBits valueBits, 290 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
|
D | utrie2.cpp | 124 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() 159 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized() 231 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy() 405 UTrie2ValueBits valueBits; in utrie2_swap() 427 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK); in utrie2_swap()
|
D | utrie2_builder.c | 1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze() 1274 UTrie2ValueBits frozenValueBits= in utrie2_freeze()
|
/external/icu4c/test/cintltst/ |
D | trie2test.c | 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() 543 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() 548 UTrie2ValueBits otherValueBits; in testTrieSerialize() 1100 dummyTest(UTrie2ValueBits valueBits) { in dummyTest()
|