Home
last modified time | relevance | path

Searched refs:UTRIE_OPTIONS_LATIN1_IS_LINEAR (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dutrie.h787 UTRIE_OPTIONS_LATIN1_IS_LINEAR=0x200 enumerator
Dutrie_swap.cpp61 …((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x10… in utrie_swap()
Dutrie.cpp815 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR; in utrie_serialize()
887 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0); in utrie_unserialize()