Searched refs:isSentenceSeparator (Results 1 – 4 of 4) sorted by relevance
234 if (!spacingAndPunctuations.isSentenceSeparator(c) || j <= 0) { in getCapsMode()295 } else if (spacingAndPunctuations.isSentenceSeparator(c)) { in getCapsMode()311 } else if (spacingAndPunctuations.isSentenceSeparator(c)) { in getCapsMode()
127 !sp.isSentenceSeparator('.')); in testGetCapsMode()129 sp.isSentenceSeparator(0x589)); in testGetCapsMode()
376 assertTrue(ARMENIA_ARMENIAN.isSentenceSeparator(ARMENIAN_FULL_STOP)); in testIsSentenceSeparator()377 assertFalse(ARMENIA_ARMENIAN.isSentenceSeparator(ARMENIAN_COMMA)); in testIsSentenceSeparator()
127 public boolean isSentenceSeparator(final int code) { in isSentenceSeparator() method in SpacingAndPunctuations