Searched refs:compactTrie (Results 1 – 6 of 6) sorted by relevance
927 private void compactTrie() { in compactTrie() method in Trie2Writable1028 compactTrie(); in freeze()
925 private void compactTrie() { in compactTrie() method in Trie2Writable1026 compactTrie(); in freeze()
1227 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) { in compactTrie() function1337 compactTrie(trie, pErrorCode); in utrie2_freeze()
100 int32_t compactTrie(int32_t fastILimit, UErrorCode &errorCode);1486 int32_t MutableCodePointTrie::compactTrie(int32_t fastILimit, UErrorCode &errorCode) { in compactTrie() function in __anon5a66f5c00111::MutableCodePointTrie1598 int32_t indexLength = compactTrie(fastLimit >> UCPTRIE_SHIFT_3, errorCode); in build()
1382 private int compactTrie(int fastILimit) { in compactTrie() method in MutableCodePointTrie1462 int indexLength = compactTrie(fastLimit >> CodePointTrie.SHIFT_3); in build()
1375 private int compactTrie(int fastILimit) { in compactTrie() method in MutableCodePointTrie1455 int indexLength = compactTrie(fastLimit >> CodePointTrie.SHIFT_3); in build()