Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutrie2.h73 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);
Dutrie_swap.cpp103 UTrie2ValueBits valueBits; in utrie2_swap()
125 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK); in utrie2_swap()
Dutrie2.cpp129 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()
Dutrie2_builder.cpp1304 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze()
1327 UTrie2ValueBits frozenValueBits= in utrie2_freeze()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c112 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()