Searched refs:UTRIE_OPTIONS_LATIN1_IS_LINEAR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h790 UTRIE_OPTIONS_LATIN1_IS_LINEAR=0x200 enumerator in enum:__anon12073
H A Ducol_swp.cpp68 ((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x100))
H A Dutrie.cpp813 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR;
885 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0);
/external/icu/icu4c/source/common/
H A Dutrie.h790 UTRIE_OPTIONS_LATIN1_IS_LINEAR=0x200 enumerator in enum:__anon21862
H A Dutrie.cpp813 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR;
885 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0);
H A Ducol_swp.cpp69 ((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x100))

Completed in 84 milliseconds