Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1630 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp1668 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8() function
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1772 const char* ImTextCharToUtf8(char out_buf[5], unsigned int c) in ImTextCharToUtf8() function