• Home
  • Raw
  • Download

Lines Matching refs:UMutableCPTrie

109 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie,  in testTrieGetRanges()
342 testBuilderGetters(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilderGetters()
701 testBuilder(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilder()
711 testTrieSerialize(const char *testName, UMutableCPTrie *mutableTrie, in testTrieSerialize()
859 UMutableCPTrie *mutable2 = umutablecptrie_fromUCPTrie(trie, &errorCode); in testTrieSerialize()
883 static UMutableCPTrie *
885 UMutableCPTrie *mutableTrie, UBool withClone, in testTrieSerializeAllValueWidth()
929 static UMutableCPTrie *
933 UMutableCPTrie *mutableTrie; in makeTrieWithRanges()
953 UMutableCPTrie *clone = umutablecptrie_clone(mutableTrie, &errorCode); in makeTrieWithRanges()
987 UMutableCPTrie *mutableTrie = makeTrieWithRanges( in testTrieRanges()
1184 UMutableCPTrie *mutableTrie; in FreeBlocksTest()
1233 UMutableCPTrie *mutableTrie; in GrowDataArrayTest()
1276 UMutableCPTrie *mutableTrie; in ManyAllSameBlocksTest()
1315 UMutableCPTrie *mutableTrie; in MuchDataTest()
1368 static void testGetRangesFixedSurr(const char *testName, const UMutableCPTrie *mutableTrie, in testGetRangesFixedSurr()
1373 UMutableCPTrie *clone = umutablecptrie_clone(mutableTrie, &errorCode); in testGetRangesFixedSurr()
1450 UMutableCPTrie *mutableTrie = makeTrieWithRanges( in TrieTestGetRangesFixedSurr()
1535 UMutableCPTrie *mutableTrie = umutablecptrie_open(0, 0xad, &errorCode); in ShortAllSameBlocksTest()