Searched defs:ARMENIA_ARMENIAN (Results 1 - 1 of 1) sorted by last modified time

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
H A DSpacingAndPunctuationsTests.java65 private SpacingAndPunctuations ARMENIA_ARMENIAN; field in class:SpacingAndPunctuationsTests
93 ARMENIA_ARMENIAN = getSpacingAndPunctuations(new Locale("hy", "AM"));
150 testingStandardWordSeparator(ARMENIA_ARMENIAN);
151 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP));
152 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_COMMA));
202 testingStandardWordConnector(ARMENIA_ARMENIAN);
263 testingStandardPrecededBySpace(ARMENIA_ARMENIAN);
308 testingStandardFollowedBySpace(ARMENIA_ARMENIAN);
309 assertTrue(ARMENIA_ARMENIAN.isUsuallyFollowedBySpace(ARMENIAN_FULL_STOP));
310 assertTrue(ARMENIA_ARMENIAN
[all...]

Completed in 30 milliseconds