Searched refs:stopChar (Results 1 – 2 of 2) sorted by relevance
20 char stopChar = '\0'; in IMSIParameter() local22 stopChar = imsi.charAt(nonDigit); in IMSIParameter()23 if (stopChar < '0' || stopChar > '9') { in IMSIParameter()31 } else if (nonDigit == imsi.length() - 1 && stopChar == '*') { in IMSIParameter()
20 char stopChar = '\0'; in IMSIParameter() local22 stopChar = imsi.charAt(nonDigit); in IMSIParameter()23 if (stopChar < '0' || stopChar > '9') { in IMSIParameter()32 else if (nonDigit == imsi.length()-1 && stopChar == '*') { in IMSIParameter()