Searched refs:ImTextCountUtf8BytesFromStr (Results 1 – 3 of 3) sorted by relevance
2936 obj->CurLenA -= ImTextCountUtf8BytesFromStr(dst, dst + n); in STB_TEXTEDIT_DELETECHARS()2952 const int new_text_len_utf8 = ImTextCountUtf8BytesFromStr(new_text, new_text + new_text_len); in STB_TEXTEDIT_INSERTCHARS()3537 …const int utf8_cursor_pos = callback_data.CursorPos = ImTextCountUtf8BytesFromStr(text, text + edi… in InputTextEx()3538 …onst int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, t… in InputTextEx()3539 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()
148 IMGUI_API int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_…
1737 int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end) in ImTextCountUtf8BytesFromStr() function9195 int buf_len = ImTextCountUtf8BytesFromStr(wbuf_global, NULL) + 1; in GetClipboardTextFn_DefaultImpl()