Searched refs:cur_utf32 (Results 1 – 1 of 1) sorted by relevance
173 const char32_t *cur_utf32 = src; in utf32_to_utf8() local176 while (cur_utf32 < end_utf32) { in utf32_to_utf8()177 size_t len = utf32_codepoint_utf8_length(*cur_utf32); in utf32_to_utf8()179 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len); in utf32_to_utf8()