Searched defs:str_end (Results 1 – 7 of 7) sorted by relevance
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_jit_neon_inc.h | 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()
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 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()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1377 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()
|
| D | imgui_demo.cpp | 6260 …static void Strtrim(char* s) { char* str_end = s + strlen(s); whil… local
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1311 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()
|
| D | imgui_demo.cpp | 3094 …static void Strtrim(char* str) { char* str_end = str + strlen(st… in Strtrim() local
|
| /third_party/python/Modules/ |
| D | _zoneinfo.c | 1593 const char *str_end; in parse_abbr() local
|