Searched refs:lengthBytes (Results 1 – 2 of 2) sorted by relevance
293 int lengthBytes = input.length; in decodeGSMPackedString() local294 int lengthSeptets = (lengthBytes * 8) / 7; in decodeGSMPackedString()301 if (lengthBytes % 7 == 0) { in decodeGSMPackedString()302 if (lengthBytes > 0) { in decodeGSMPackedString()303 if ((input[lengthBytes - 1] >> 1) == PADDING_CHAR) { in decodeGSMPackedString()
531 int lengthBytes = 2 + (addressLength + 1) / 2; in getAddress() local533 ret = new GsmSmsAddress(pdu, cur, lengthBytes); in getAddress()535 cur += lengthBytes; in getAddress()