Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/
H A Dsuffix_match_trie_test.cpp50 SuffixMatchTrie<int> trie; variable
66 SuffixMatchTrie<int> trie; variable
78 SuffixMatchTrie<int> trie; variable
99 SuffixMatchTrie<int> trie; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp62 UCPTrie* trie = reinterpret_cast<UCPTrie*>(lineBreakTrie_); in GetNextBreakPos() local