Searched refs:TRIE_C (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DAutoText.java43 private static final int TRIE_C = 0; field in class:AutoText
139 if (c == mTrie[here + TRIE_C]) {
224 if (c == mTrie[mTrie[herep] + TRIE_C]) {
248 mTrie[mTrie[herep] + TRIE_C] = c;

Completed in 43 milliseconds