Home
last modified time | relevance | path

Searched refs:canBeFollowedByDoubleSpacePeriod (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1348 if (canBeFollowedByDoubleSpacePeriod(firstCodePoint)) { in tryPerformDoubleSpacePeriod()
1372 private static boolean canBeFollowedByDoubleSpacePeriod(final int codePoint) { in canBeFollowedByDoubleSpacePeriod() method in InputLogic