Home
last modified time | relevance | path

Searched refs:trieTable (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenator.cpp93 const Trie* trieTable() const { return reinterpret_cast<const Trie*>(bytes() + trie_offset); } in trieTable() function
357 const Trie* trie = header->trieTable(); in hyphenateFromCodes()