Home | History | Annotate | Download | only in i18n

Lines Matching full:trie

137     //   Trie is built, while fNodes and fLazyContents change with the lazy init
285 // Mutex for protecting the lazy creation of the Trie node structure on the first call to search().
288 // buildTrie() - The Trie node structure is needed. Create it from the data that was
289 // saved at the time the ZoneStringFormatter was created. The Trie is only
291 // and the Trie is big, which is why its creation is deferred until first use.
742 * ZNameInfo stores zone name information in the trie
1170 // put the name info into the trie
1247 // put the name info into the trie
1302 // All names are not yet loaded into the trie