Searched refs:commitCharIndex (Results 1 – 1 of 1) sorted by relevance
1462 int commitCharIndex = trimmedToken.lastIndexOf(COMMIT_CHAR_COMMA); in createReplacementChip() local1463 if (commitCharIndex != -1 && commitCharIndex == trimmedToken.length() - 1) { in createReplacementChip()