Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2360 int c_len = ImTextCharFromUtf8(&c, text, text_end); in AddText()
2576 next_s = s + ImTextCharFromUtf8(&c, s, text_end); in CalcWordWrapPositionA()
2695 s += ImTextCharFromUtf8(&c, s, text_end); in CalcTextSizeA()
2840 s += ImTextCharFromUtf8(&c, s, text_end); in RenderText()
Dimgui_internal.h144 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char*…
Dimgui.cpp1217 utf8_chars += ImTextCharFromUtf8(&c, utf8_chars, NULL); in AddInputCharactersUTF8()
1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) in ImTextCharFromUtf8() function
1640 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); in ImTextStrFromUtf8()
1658 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); in ImTextCountCharsFromUtf8()
1709 return ImTextCharFromUtf8(&dummy, in_text, in_text_end); in ImTextCountUtf8BytesFromChar()
Dimgui_widgets.cpp3448 s += ImTextCharFromUtf8(&c, s, NULL); in InputTextEx()