Searched defs:str_end (Results 1 – 3 of 3) sorted by relevance
85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN()
1325 const char* ImStrchrRange(const char* str, const char* str_end, char c) in ImStrchrRange()1340 const char* ImStreolRange(const char* str, const char* str_end) in ImStreolRange()2128 void ImGuiTextBuffer::append(const char* str, const char* str_end) in append()2566 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID()2582 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) in GetIDNoKeepAlive()
1597 const char *str_end; in parse_abbr() local