Lines Matching refs:buf_end
1636 ImWchar* buf_end = buf + buf_size; in ImTextStrFromUtf8() local
1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrFromUtf8()
1724 const char* buf_end = buf + buf_size; in ImTextStrToUtf8() local
1725 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrToUtf8()
1731 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c); in ImTextStrToUtf8()
9017 char* buf_end = buf + ini_size; in LoadIniSettingsFromMemory() local
9025 for (char* line = buf; line < buf_end; line = line_end + 1) in LoadIniSettingsFromMemory()
9031 while (line_end < buf_end && *line_end != '\n' && *line_end != '\r') in LoadIniSettingsFromMemory()
9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
9355 …buf_p += ImFormatString(buf_p, buf_end - buf_p, "%s %04d: pos (%8.2f,%8.2f), uv (%.6f,%.6f), col %… in ShowMetricsWindow()
9428 const char* buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
9429 …ImFormatString(p, buf_end - p, "TabBar (%d tabs)%s", tab_bar->Tabs.Size, (tab_bar->PrevFrameVisibl… in ShowMetricsWindow()