Searched refs:CODE_PERIOD (Results 1 – 6 of 6) sorted by relevance
99 if (Constants.CODE_PERIOD == codePoint) { in getEndOfWord()101 index + Character.charCount(Constants.CODE_PERIOD); in getEndOfWord()
172 if (Constants.CODE_PERIOD == codePoint) { in getCheckabilityInScript()
451 if (codePoint < Constants.CODE_PERIOD || codePoint > 'z') { in lastPartLooksLikeURL()460 if (Constants.CODE_PERIOD == codePoint) { in lastPartLooksLikeURL()
205 public static final int CODE_PERIOD = '.'; field in Constants
46 private static final int ACCENT_DOT_BELOW = Constants.CODE_PERIOD; // approximate
1847 if (text.length() <= 1 || text.charAt(0) != Constants.CODE_PERIOD in performSpecificTldProcessingOnTextInput()1857 if (Constants.CODE_PERIOD == codePointBeforeCursor) { in performSpecificTldProcessingOnTextInput()