Searched refs:countSeptets (Results 1 – 2 of 2) sorted by relevance
63 int countSeptets = addressLength * 4 / 7; in GsmSmsAddress() local66 OFFSET_ADDRESS_VALUE, countSeptets); in GsmSmsAddress()
475 int countSeptets; in networkNameToString() local477 countSeptets = (((length - 1) * 8) - unusedBits) / 7 ; in networkNameToString()478 ret = GsmAlphabet.gsm7BitPackedToString(data, offset + 1, countSeptets); in networkNameToString()