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