Searched refs:TRIE_SIZEOF (Results 1 – 2 of 2) sorted by relevance
47 private static final int TRIE_SIZEOF = 4; field in AutoText267 if (mTrieUsed + TRIE_SIZEOF > mTrie.length) { in newTrieNode()274 mTrieUsed += TRIE_SIZEOF; in newTrieNode()
55851 Landroid/text/AutoText;->TRIE_SIZEOF:I