Lines Matching refs:ImWchar
816 static ImWchar ranges[] = { 0xf000, 0xf3ff, 0 };
830 ImVector<ImWchar> ranges;
1207 void ImGuiIO::AddInputCharacter(ImWchar c)
1219 InputQueueCharacters.push_back((ImWchar)c);
1331 int ImStrlenW(const ImWchar* str)
1346 const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-of-line
1516 ImVector<ImWchar> buf;
1633 int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const char* in_text_end, const char** in_text_remaining)
1635 ImWchar* buf_out = buf;
1636 ImWchar* buf_end = buf + buf_size;
1644 *buf_out++ = (ImWchar)c;
1721 int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWchar* in_text_end)
1737 int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end)
9193 if (ImWchar* wbuf_global = (ImWchar*)::GlobalLock(wbuf_handle))
9209 HGLOBAL wbuf_handle = ::GlobalAlloc(GMEM_MOVEABLE, (SIZE_T)wbuf_length * sizeof(ImWchar));
9215 ImWchar* wbuf_global = (ImWchar*)::GlobalLock(wbuf_handle);