Searched refs:UTrie2ValueBits (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utrie2.h | 69 enum UTrie2ValueBits { enum 77 typedef enum UTrie2ValueBits UTrie2ValueBits; typedef 99 utrie2_openFromSerialized(UTrie2ValueBits valueBits, 125 utrie2_openDummy(UTrie2ValueBits valueBits, 291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
|
D | utrie2.cpp | 128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() 163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized() 235 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy() 438 UTrie2ValueBits valueBits; in utrie2_swap() 460 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK); in utrie2_swap()
|
D | utrie2_builder.cpp | 1249 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze() 1272 UTrie2ValueBits frozenValueBits= in utrie2_freeze()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 109 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters() 268 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() 348 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8() 484 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie() 541 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize() 546 UTrie2ValueBits otherValueBits; in testTrieSerialize() 1098 dummyTest(UTrie2ValueBits valueBits) { in dummyTest()
|