Searched refs:UTRIE_OPTIONS_LATIN1_IS_LINEAR (Results 1 – 3 of 3) sorted by relevance
787 UTRIE_OPTIONS_LATIN1_IS_LINEAR=0x200 enumerator
799 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR; in utrie_serialize()871 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0); in utrie_unserialize()
68 …((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x10… in utrie_swap()