MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / ImStrbolW

Function ImStrbolW

plugins/Cardinal/src/DearImGui/imgui.cpp:1408–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-of-line
1409{
1410 while (buf_mid_line > buf_begin && buf_mid_line[-1] != '\n')
1411 buf_mid_line--;
1412 return buf_mid_line;
1413}
1414
1415const char* ImStristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end)
1416{

Callers 1

InputTextExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected