Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp1887 …const char* fmt_end = ImParseFormatFindEnd(fmt_start); // Find end of format specifier, which its… in PatchFormatStringFloatToInt() local
2169 const char* fmt_end = ImParseFormatFindEnd(fmt); in SanitizeFormatString() local
3321 const char* fmt_end = ImParseFormatFindEnd(fmt_start); in ImParseFormatTrimDecorations() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp1515 …const char* fmt_end = ImParseFormatFindEnd(fmt_start); // Find end of format specifier, which its… in PatchFormatStringFloatToInt() local
2583 const char* fmt_end = ImParseFormatFindEnd(fmt_start); in ImParseFormatTrimDecorations() local
/third_party/quickjs/
Dquickjs-libc.c153 const uint8_t *fmt, *fmt_end; in js_printf_internal() local