H A D | imgui.cpp | 1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) in ImTextCharFromUtf8() argument 1588 if (in_text_end && in_text_end - (const char*)str < 2) return 1; in ImTextCharFromUtf8() 1599 if (in_text_end && in_text_end - (const char*)str < 3) return 1; in ImTextCharFromUtf8() 1613 if (in_text_end && in_text_end - (const char*)str < 4) return 1; in ImTextCharFromUtf8() 1633 int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const char* in_text_end, const char** in_text_remaining) in ImTextStrFromUtf8() argument 1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) in ImTextStrFromUtf8() 1652 ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end) ImTextCountCharsFromUtf8() argument 1706 ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_text_end) ImTextCountUtf8BytesFromChar() argument 1721 ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWchar* in_text_end) ImTextStrToUtf8() argument 1737 ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end) ImTextCountUtf8BytesFromStr() argument [all...] |