Searched refs:buf_out (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp1635 ImWchar* buf_out = buf; local in function:ImTextStrFromUtf8
1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1644 *buf_out++ = (ImWchar)c;
1646 *buf_out = 0;
1649 return (int)(buf_out - buf);
1723 char* buf_out = buf; local in function:ImTextStrToUtf8
1725 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1729 *buf_out++ = (char)c;
1731 buf_out += ImTextCharToUtf8(buf_out, (in
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp1635 ImWchar* buf_out = buf; local in function:ImTextStrFromUtf8
1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1644 *buf_out++ = (ImWchar)c;
1646 *buf_out = 0;
1649 return (int)(buf_out - buf);
1723 char* buf_out = buf; local in function:ImTextStrToUtf8
1725 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1729 *buf_out++ = (char)c;
1731 buf_out += ImTextCharToUtf8(buf_out, (in
[all...]

Completed in 18 milliseconds