Lines Matching refs:Chars
1554 * @param Chars the bytes to decode1559 #define UTF8_GET(Result, Chars, Count, Mask, Len) \1560 (Result) = (Chars)[0] & (Mask); \1563 if (((Chars)[(Count)] & 0xc0) != 0x80) \1569 (Result) |= ((Chars)[(Count)] & 0x3f); \1872 * @param start where to store the start of whitespace chars