Home
last modified time | relevance | path

Searched defs:str_end (Results 1 – 7 of 7) 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/skia/third_party/externals/imgui/
Dimgui.cpp1377 const char* ImStrchrRange(const char* str, const char* str_end, char c) in ImStrchrRange()
1392 const char* ImStreolRange(const char* str, const char* str_end) in ImStreolRange()
2177 void ImGuiTextBuffer::append(const char* str, const char* str_end) in append()
2967 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID()
3000 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) in GetIDNoKeepAlive()
7177 ImGuiID ImGui::GetIDWithSeed(const char* str, const char* str_end, ImGuiID seed) in GetIDWithSeed()
Dimgui_demo.cpp6260 …static void Strtrim(char* s) { char* str_end = s + strlen(s); whil… local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1311 const char* ImStrchrRange(const char* str, const char* str_end, char c) in ImStrchrRange()
1326 const char* ImStreolRange(const char* str, const char* str_end) in ImStreolRange()
2509 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID()
2525 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) in GetIDNoKeepAlive()
Dimgui_demo.cpp3094 …static void Strtrim(char* str) { char* str_end = str + strlen(st… in Strtrim() local
/third_party/python/Modules/
D_zoneinfo.c1593 const char *str_end; in parse_abbr() local