Searched refs:countSeptets (Results 1 – 2 of 2) sorted by relevance
60 int countSeptets = addressLength * 4 / 7; in GsmSmsAddress() local63 OFFSET_ADDRESS_VALUE, countSeptets); in GsmSmsAddress()
432 int countSeptets; in networkNameToString() local434 countSeptets = (((length - 1) * 8) - unusedBits) / 7 ; in networkNameToString()435 ret = GsmAlphabet.gsm7BitPackedToString(data, offset + 1, countSeptets); in networkNameToString()