Home
last modified time | relevance | path

Searched defs:str_end (Results 1 – 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_neon_inc.h85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN()
/third_party/mesa3d/src/imgui/
Dimgui.cpp1325 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()
/third_party/python/Modules/
D_zoneinfo.c1597 const char *str_end; in parse_abbr() local