Searched refs:nonDigitIndex (Results 1 – 1 of 1) sorted by relevance
64 int nonDigitIndex; in build() local66 for (nonDigitIndex = 0; nonDigitIndex < imsi.length(); nonDigitIndex++) { in build()67 stopChar = imsi.charAt(nonDigitIndex); in build()73 if (nonDigitIndex == imsi.length()) { in build()76 } else if (nonDigitIndex == imsi.length() - 1 && stopChar == '*' in build()77 && (nonDigitIndex == MCC_MNC_LENGTH_5 || nonDigitIndex == MCC_MNC_LENGTH_6)) { in build()79 return new IMSIParameter(imsi.substring(0, nonDigitIndex), true); in build()