Home
last modified time | relevance | path

Searched refs:ImTextCharToUtf8 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp1668 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8() function
1731 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c); in ImTextStrToUtf8()