Lines Matching full:point
17 * console_read_unicode() - read Unicode code point from console
19 * @code: pointer to store Unicode code point
25 * utf8_get() - get next UTF-8 code point from buffer
27 * @src: pointer to current byte, updated to point to next byte
28 * Return: code point, or 0 for end of string, or -1 if no legal
29 * code point is found. In case of an error src points to
35 * utf8_put() - write UTF-8 code point to buffer
37 * @code: code point
84 * utf16_get() - get next UTF-16 code point from buffer
86 * @src: pointer to current word, updated to point to next word
87 * Return: code point, or 0 for end of string, or -1 if no legal
88 * code point is found. In case of an error src points to
94 * utf16_put() - write UTF-16 code point to buffer
96 * @code: code point