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

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

Completed in 81 milliseconds