Home | History | Annotate | Download | only in internal

Lines Matching refs:Constants

19 import static com.android.inputmethod.latin.Constants.CODE_OUTPUT_TEXT;
20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
25 import com.android.inputmethod.latin.Constants;
55 // Constants for parsing.
81 if (text.indexOf(Constants.CSV_ESCAPE) < 0) {
88 if (c == Constants.CSV_ESCAPE && pos + 1 < length) {
100 if (moreKeySpec.indexOf(Constants.CSV_ESCAPE, start) < 0) {
110 if (c == Constants.CSV_ESCAPE && pos + 1 < length) {
354 } else if (c == Constants.CSV_ESCAPE) {
431 if (!Constants.isLetterCode(code) || !needsToUpperCase) return code;