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