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

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

Completed in 39 milliseconds