HomeSort by relevance Sort by last modified time
    Searched refs:UTRIE_OPTIONS_LATIN1_IS_LINEAR (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
utrie.h 790 UTRIE_OPTIONS_LATIN1_IS_LINEAR=0x200
utrie.cpp 813 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR;
885 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0);
    [all...]
ucol_swp.cpp 69 ((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x100))

Completed in 55 milliseconds