Searched refs:buf_mid_line (Results 1 – 2 of 2) sorted by relevance
180 IMGUI_API const ImWchar*ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin); // Find…
1346 const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-o… in ImStrbolW() argument1348 while (buf_mid_line > buf_begin && buf_mid_line[-1] != '\n') in ImStrbolW()1349 buf_mid_line--; in ImStrbolW()1350 return buf_mid_line; in ImStrbolW()