Home
last modified time | relevance | path

Searched refs:UTrie2ValueBits (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dutrie2.h71 enum UTrie2ValueBits { enum
79 typedef enum UTrie2ValueBits UTrie2ValueBits; typedef
101 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
127 utrie2_openDummy(UTrie2ValueBits valueBits,
293 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
Dutrie2.cpp130 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized()
165 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized()
237 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy()
440 UTrie2ValueBits valueBits; in utrie2_swap()
462 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK); in utrie2_swap()
Dutrie2_builder.cpp1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze()
1274 UTrie2ValueBits frozenValueBits= in utrie2_freeze()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c111 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()