Searched refs:format_char (Results 1 – 5 of 5) sorted by relevance
86 char *format_char = nullptr; in ToFormat() local87 unsigned long byte_size = ::strtoul(s, &format_char, 0); in ToFormat()90 s = format_char; in ToFormat()101 char format_char = FormatManager::GetFormatAsFormatChar(f); in ToFormat() local102 if (format_char) in ToFormat()103 error_strm.Printf("'%c' or ", format_char); in ToFormat()
149 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() local150 if (format_char) in FormatHelpTextCallback()151 sstr.Printf("'%c' or ", format_char); in FormatHelpTextCallback()
3087 const char format_char = m_options.m_format_array[i].first; in PrintModule() local3089 switch (format_char) { in PrintModule()3131 if (format_char == 'o') { in PrintModule()3172 if (format_char == 'S') { in PrintModule()
26 const char format_char; // One or more format characters that can be used for member81 static bool GetFormatFromFormatChar(char format_char, Format &format) { in GetFormatFromFormatChar() argument83 if (g_format_infos[i].format_char == format_char) { in GetFormatFromFormatChar()146 return g_format_infos[i].format_char; in GetFormatAsFormatChar()
919 const char format_char = in DumpValue() local921 if (format_char != '\0') in DumpValue()922 special_directions_stream.Printf("%%%c", format_char); in DumpValue()