Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuationsTests.java34 private static final int ARMENIAN_FULL_STOP = '\u0589'; field in SpacingAndPunctuationsTests
151 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP)); in testWordSeparator()
155 assertFalse(ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP)); in testWordSeparator()
309 assertTrue(ARMENIA_ARMENIAN.isUsuallyFollowedBySpace(ARMENIAN_FULL_STOP)); in testIsUsuallyFollowedBySpace()
359 assertTrue(ARMENIA_ARMENIAN.isSentenceSeparator(ARMENIAN_FULL_STOP)); in isSentenceSeparator()