Searched refs:canBeFollowedByDoubleSpacePeriod (Results 1 – 1 of 1) sorted by relevance
1348 if (canBeFollowedByDoubleSpacePeriod(firstCodePoint)) { in tryPerformDoubleSpacePeriod()1372 private static boolean canBeFollowedByDoubleSpacePeriod(final int codePoint) { in canBeFollowedByDoubleSpacePeriod() method in InputLogic