Searched refs:stopChar (Results 1 – 2 of 2) sorted by relevance
60 char stopChar = '\0'; in build() local62 stopChar = imsi.charAt(nonDigit); in build()63 if (stopChar < '0' || stopChar > '9') { in build()72 else if (nonDigit == imsi.length()-1 && stopChar == '*') { in build()
808 char stopChar = '\0'; in verifyImsi() local810 stopChar = mImsi.charAt(nonDigit); in verifyImsi()811 if (stopChar < '0' || stopChar > '9') { in verifyImsi()819 else if (nonDigit == mImsi.length()-1 && stopChar == '*') { in verifyImsi()