Searched refs:ImTextCharToUtf8 (Results 1 – 1 of 1) sorted by relevance
1668 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8() function1731 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c); in ImTextStrToUtf8()