Searched refs:ImStrncpy (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 174 IMGUI_API void ImStrncpy(char* dst, const char* src, size_t count);
|
| H A D | imgui_widgets.cpp | 2587 ImStrncpy(buf, fmt_start, ImMin((size_t)(fmt_end - fmt_start) + 1, buf_size)); 3232 edit_state.CurLenA = (int)(buf_end - buf); // We can't get the result from ImStrncpy() above because it is not UTF-8 aware. Here we'll cut off malformed UTF-8. 3592 ImStrncpy(buf, apply_new_text, ImMin(apply_new_text_length + 1, buf_size));
|
| H A D | imgui.cpp | 1295 void ImStrncpy(char* dst, const char* src, size_t count) function in typeref:typename:void 2017 ImStrncpy(InputBuf, default_filter, IM_ARRAYSIZE(InputBuf)); 8620 ImStrncpy(payload.DataType, type, IM_ARRAYSIZE(payload.DataType));
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 174 IMGUI_API void ImStrncpy(char* dst, const char* src, size_t count);
|
| H A D | imgui_widgets.cpp | 2587 ImStrncpy(buf, fmt_start, ImMin((size_t)(fmt_end - fmt_start) + 1, buf_size)); 3232 edit_state.CurLenA = (int)(buf_end - buf); // We can't get the result from ImStrncpy() above because it is not UTF-8 aware. Here we'll cut off malformed UTF-8. 3592 ImStrncpy(buf, apply_new_text, ImMin(apply_new_text_length + 1, buf_size));
|
| H A D | imgui.cpp | 1295 void ImStrncpy(char* dst, const char* src, size_t count) function in typeref:typename:void 2017 ImStrncpy(InputBuf, default_filter, IM_ARRAYSIZE(InputBuf)); 8620 ImStrncpy(payload.DataType, type, IM_ARRAYSIZE(payload.DataType));
|
Completed in 78 milliseconds