Searched defs:str_end (Results 1 - 5 of 5) sorted by relevance
| /third_party/pcre2/pcre2/src/ |
| H A 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 offs2, sljit_uw chars) in FF_FUN() argument
|
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 1597 const char *str_end; in parse_abbr() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 6260 static void Strtrim(char* s) { char* str_end = s + strlen(s); while (str_end > s && str_end[-1] == ' ') str_end--; *str_end = 0; } local
|
| H A D | imgui.cpp | 2177 void ImGuiTextBuffer::append(const char* str, const char* str_end) in append() argument 2967 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID() argument 3000 GetIDNoKeepAlive(const char* str, const char* str_end) GetIDNoKeepAlive() argument 7177 GetIDWithSeed(const char* str, const char* str_end, ImGuiID seed) GetIDWithSeed() argument [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.cpp | 2128 void ImGuiTextBuffer::append(const char* str, const char* str_end) in append() argument 2566 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID() argument 2582 GetIDNoKeepAlive(const char* str, const char* str_end) GetIDNoKeepAlive() argument [all...] |
Completed in 37 milliseconds