Home
last modified time | relevance | path

Searched refs:precision_end (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/glib/gnulib/
Dprintf-parse.h62 const char* precision_end; member
92 const uint8_t* precision_end; member
120 const uint16_t* precision_end; member
148 const uint32_t* precision_end; member
Dprintf-parse.c151 dp->precision_end = NULL; in PRINTF_PARSE()
285 dp->precision_end = cp; in PRINTF_PARSE()
329 dp->precision_end = cp; in PRINTF_PARSE()
330 precision_length = dp->precision_end - dp->precision_start; in PRINTF_PARSE()
Dvasnprintf.c1997 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2019 while (digitp != dp->precision_end) in VASNPRINTF()
2468 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2490 while (digitp != dp->precision_end) in VASNPRINTF()
2986 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3008 while (digitp != dp->precision_end) in VASNPRINTF()
3491 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3513 while (digitp != dp->precision_end) in VASNPRINTF()
4678 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
4700 while (digitp != dp->precision_end) in VASNPRINTF()
[all …]
/third_party/gstreamer/gstreamer/gst/printf/
Dprintf-parse.c108 dp->precision_end = NULL; in printf_parse()
199 dp->precision_end = cp; in printf_parse()
228 dp->precision_end = cp; in printf_parse()
229 precision_length = dp->precision_end - dp->precision_start; in printf_parse()
Dvasnprintf.c421 if (dp->precision_start != dp->precision_end) { in vasnprintf()
433 while (digitp != dp->precision_end) in vasnprintf()
622 if (dp->precision_start != dp->precision_end) { in vasnprintf()
623 size_t n = dp->precision_end - dp->precision_start; in vasnprintf()
841 if (dp->precision_start != dp->precision_end) { in vasnprintf()
855 while (digitp != dp->precision_end); in vasnprintf()
Dprintf-parse.h47 const char* precision_end; member
/third_party/gettext/gettext-runtime/intl/
Dprintf-parse.c150 dp->precision_end = NULL; in PRINTF_PARSE()
284 dp->precision_end = cp; in PRINTF_PARSE()
328 dp->precision_end = cp; in PRINTF_PARSE()
329 precision_length = dp->precision_end - dp->precision_start; in PRINTF_PARSE()
Dprintf-parse.h54 const char* precision_end; member
Dwprintf-parse.h54 const wchar_t* precision_end; member
Dvasnprintf.c2058 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2080 while (digitp != dp->precision_end) in VASNPRINTF()
2529 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2551 while (digitp != dp->precision_end) in VASNPRINTF()
3231 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3253 while (digitp != dp->precision_end) in VASNPRINTF()
3736 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3758 while (digitp != dp->precision_end) in VASNPRINTF()
4923 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
4945 while (digitp != dp->precision_end) in VASNPRINTF()
[all …]
/third_party/gettext/gettext-runtime/libasprintf/
Dprintf-parse.c150 dp->precision_end = NULL; in PRINTF_PARSE()
284 dp->precision_end = cp; in PRINTF_PARSE()
328 dp->precision_end = cp; in PRINTF_PARSE()
329 precision_length = dp->precision_end - dp->precision_start; in PRINTF_PARSE()
Dprintf-parse.h54 const char* precision_end; member
Dvasnprintf.c2058 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2080 while (digitp != dp->precision_end) in VASNPRINTF()
2529 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
2551 while (digitp != dp->precision_end) in VASNPRINTF()
3231 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3253 while (digitp != dp->precision_end) in VASNPRINTF()
3736 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
3758 while (digitp != dp->precision_end) in VASNPRINTF()
4923 if (dp->precision_start != dp->precision_end) in VASNPRINTF()
4945 while (digitp != dp->precision_end) in VASNPRINTF()
[all …]