Searched refs:currPwIndex (Results 1 – 1 of 1) sorted by relevance
1006 findPOrWCharToAppend(String phoneNumber, int currPwIndex, int nextNonPwCharIndex) { in findPOrWCharToAppend() argument1007 char c = phoneNumber.charAt(currPwIndex); in findPOrWCharToAppend()1019 if (nextNonPwCharIndex > (currPwIndex + 1)) { in findPOrWCharToAppend()