Home | History | Annotate | Download | only in x11

Lines Matching refs:utf8_length

234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) {
241 Uint8 const *const end_of_input = utf8 + utf8_length - 1;