Searched refs:packedChars (Results 1 – 1 of 1) sorted by relevance
432 packSmsChar(byte[] packedChars, int bitOffset, int value) { in packSmsChar() argument436 packedChars[++byteOffset] |= value << shift; in packSmsChar()439 packedChars[++byteOffset] = (byte)(value >> (8 - shift)); in packSmsChar()