HomeSort by relevance Sort by last modified time
    Searched full:utrie_compact (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utrie.c 538 * utrie_compact() will remove data blocks that are not used at all.
588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { function
767 utrie_compact(trie, FALSE, pErrorCode);
773 utrie_compact(trie, TRUE, pErrorCode);
    [all...]
utrie.h 565 * Map of adjusted indexes, used in utrie_compact().
  /external/icu/icu4c/source/common/
utrie.cpp 538 * utrie_compact() will remove data blocks that are not used at all.
588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { function
767 utrie_compact(trie, FALSE, pErrorCode);
773 utrie_compact(trie, TRUE, pErrorCode);
    [all...]
utrie.h 566 * Map of adjusted indexes, used in utrie_compact().

Completed in 102 milliseconds