Searched refs:TRIE_C (Results 1 – 2 of 2) sorted by relevance
42 private static final int TRIE_C = 0; field in AutoText138 if (c == mTrie[here + TRIE_C]) { in lookup()223 if (c == mTrie[mTrie[herep] + TRIE_C]) { in add()247 mTrie[mTrie[herep] + TRIE_C] = c; in add()
55845 Landroid/text/AutoText;->TRIE_C:I