Searched refs:countSeptets (Results 1 – 2 of 2) sorted by relevance
62 int countSeptets = addressLength * 4 / 7; in GsmSmsAddress() local65 OFFSET_ADDRESS_VALUE, countSeptets); in GsmSmsAddress()
513 int countSeptets; in networkNameToString() local515 countSeptets = (((length - 1) * 8) - unusedBits) / 7 ; in networkNameToString()516 ret = GsmAlphabet.gsm7BitPackedToString(data, offset + 1, countSeptets); in networkNameToString()