Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java38 private final int mSentenceSeparator; field in SpacingAndPunctuations
62 mSentenceSeparator = res.getInteger(R.integer.sentence_separator); in SpacingAndPunctuations()
65 mSentenceSeparator, Constants.CODE_SPACE }, 0, 2); in SpacingAndPunctuations()
87 mSentenceSeparator = model.mSentenceSeparator; in SpacingAndPunctuations()
128 return code == mSentenceSeparator; in isSentenceSeparator()
144 sb.append("" + mSentenceSeparator); in dump()