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