Searched refs:COMMIT_CHAR_SEMICOLON (Results 1 – 1 of 1) sorted by relevance
122 private static final char COMMIT_CHAR_SEMICOLON = ';'; field in RecipientEditTextView1688 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) { in commitChip()1903 return atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON; in isCompletedToken()2903 return last == COMMIT_CHAR_COMMA || last == COMMIT_CHAR_SEMICOLON; in lastCharacterIsCommitCharacter()3038 if (atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON) { in movePastTerminators()