Searched refs:ARMENIA_ARMENIAN (Results 1 – 1 of 1) sorted by relevance
62 private SpacingAndPunctuations ARMENIA_ARMENIAN; field in SpacingAndPunctuationsTests90 ARMENIA_ARMENIAN = getSpacingAndPunctuations(new Locale("hy", "AM")); in setUp()147 testingStandardWordSeparator(ARMENIA_ARMENIAN); in testWordSeparator()148 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_FULL_STOP)); in testWordSeparator()149 assertTrue(ARMENIA_ARMENIAN.isWordSeparator(ARMENIAN_COMMA)); in testWordSeparator()199 testingStandardWordConnector(ARMENIA_ARMENIAN); in testWordConnector()260 testingStandardPrecededBySpace(ARMENIA_ARMENIAN); in testIsUsuallyPrecededBySpace()305 testingStandardFollowedBySpace(ARMENIA_ARMENIAN); in testIsUsuallyFollowedBySpace()306 assertTrue(ARMENIA_ARMENIAN.isUsuallyFollowedBySpace(ARMENIAN_FULL_STOP)); in testIsUsuallyFollowedBySpace()307 assertTrue(ARMENIA_ARMENIAN.isUsuallyFollowedBySpace(ARMENIAN_COMMA)); in testIsUsuallyFollowedBySpace()[all …]