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