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.java46 private static final int ARMENIAN_FULL_STOP = '\u0589'; field in SpacingAndPunctuationsTests
164 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP)); in testWordSeparator()
168 assertFalse(ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP)); in testWordSeparator()
325 assertTrue(ARMENIA_ARMENIAN.isUsuallyFollowedBySpace(ARMENIAN_FULL_STOP)); in testIsUsuallyFollowedBySpace()
376 assertTrue(ARMENIA_ARMENIAN.isSentenceSeparator(ARMENIAN_FULL_STOP)); in testIsSentenceSeparator()