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