Searched refs:countSeptets (Results 1 – 2 of 2) sorted by relevance
59 int countSeptets = addressLength * 4 / 7; in GsmSmsAddress() local62 OFFSET_ADDRESS_VALUE, countSeptets); in GsmSmsAddress()
391 int countSeptets; in networkNameToString() local393 countSeptets = (((length - 1) * 8) - unusedBits) / 7 ; in networkNameToString()394 ret = GsmAlphabet.gsm7BitPackedToString(data, offset + 1, countSeptets); in networkNameToString()