HomeSort by relevance Sort by last modified time
    Searched refs:fmt (Results 26 - 50 of 666) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/i18n/
measfmt.cpp 24 CurrencyFormat* fmt = NULL; local
26 fmt = new CurrencyFormat(locale, ec);
28 delete fmt;
29 fmt = NULL;
32 return fmt;
currfmt.cpp 21 fmt(NULL)
23 fmt = NumberFormat::createCurrencyInstance(locale, ec);
27 MeasureFormat(other), fmt(NULL)
29 fmt = (NumberFormat*) other.fmt->clone();
33 delete fmt;
44 return *fmt == *c->fmt;
56 return fmt->format(obj, appendTo, pos, ec);
63 fmt->parseCurrency(source, result, pos)
    [all...]
  /external/icu4c/i18n/
measfmt.cpp 24 CurrencyFormat* fmt = NULL; local
26 fmt = new CurrencyFormat(locale, ec);
28 delete fmt;
29 fmt = NULL;
32 return fmt;
currfmt.cpp 21 fmt(NULL)
23 fmt = NumberFormat::createCurrencyInstance(locale, ec);
27 MeasureFormat(other), fmt(NULL)
29 fmt = (NumberFormat*) other.fmt->clone();
33 delete fmt;
44 return *fmt == *c->fmt;
56 return fmt->format(obj, appendTo, pos, ec);
63 fmt->parseCurrency(source, result, pos)
    [all...]
  /bootable/bootloader/legacy/libc/
xprintf.c 49 void __xprintf(const char *fmt, va_list ap,
56 switch(*fmt){
61 switch(fmt[1]) {
65 fmt += 2;
74 fmt += 2;
81 fmt += 2;
96 fmt += 2;
112 fmt += 2;
119 fmt += 2;
123 xputc(*fmt++, cookie)
    [all...]
  /external/astl/src/
ostream.cpp 63 const char *fmt = "%d"; local
65 int size = snprintf(buf, kNumSize, fmt, val);
70 const char *fmt = "%u"; local
72 int size = snprintf(buf, kNumSize, fmt, val);
77 const char *fmt = "%ld"; local
79 int size = snprintf(buf, kNumSize, fmt, val);
84 const char *fmt = "%lu"; local
86 int size = snprintf(buf, kNumSize, fmt, val);
91 const char *fmt = "%lld"; local
93 int size = snprintf(buf, kNumSize, fmt, val)
98 const char *fmt = "%llu"; local
106 const char *fmt = "%.*e"; local
113 const char *fmt = "%.*e"; local
120 const char *fmt = "%p"; local
    [all...]
  /external/quake/quake/src/WinQuake/
console.h 37 void Con_Printf (const char *fmt, ...);
38 void Con_DPrintf (const char *fmt, ...);
39 void Con_SafePrintf (const char *fmt, ...);
main.cpp 43 void PMP_Common(const char* fmt, va_list ap, char type)
46 vsnprintf(buf, sizeof(buf), fmt, ap);
102 void PMP_Begin(const char* fmt,...)
105 va_start(ap, fmt);
106 PMP_Common(fmt, ap, '<');
109 void PMP_Event(const char* fmt,...)
112 va_start(ap, fmt);
113 PMP_Common(fmt, ap, '=');
116 void PMP_End(const char* fmt,...)
119 va_start(ap, fmt);
    [all...]
  /external/qemu/
migration-dummy-android.c 25 #define dprintf(fmt, ...) \
26 do { printf("migration: " fmt, ## __VA_ARGS__); } while (0)
28 #define dprintf(fmt, ...) \
  /external/e2fsprogs/lib/et/
com_err.c 21 char *fmt, va_list args)
26 char *fmt, va_list args)
36 if (fmt) {
37 vfprintf (stderr, fmt, args);
48 void com_err_va (const char *whoami, errcode_t code, const char *fmt,
51 (*com_err_hook) (whoami, code, fmt, args);
56 const char *fmt, ...)
62 va_start(pvar, fmt);
63 com_err_va (whoami, code, fmt, pvar);
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error.c 50 void SDL_SetError (const char *fmt, ...)
58 SDL_strlcpy((char *)error->key, fmt, sizeof(error->key));
60 va_start(ap, fmt);
62 while ( *fmt ) {
63 if ( *fmt++ == '%' ) {
64 while ( *fmt == '.' || (*fmt >= '0' && *fmt <= '9') ) {
65 ++fmt;
67 switch (*fmt++)
128 const char *fmt; local
    [all...]
  /bionic/libc/private/
logd.h 47 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...);
48 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
  /external/qemu/android/utils/
bufprint.h 49 extern char* vbufprint(char* buffer, char* buffend, const char* fmt, va_list args );
50 extern char* bufprint (char* buffer, char* buffend, const char* fmt, ... );
  /external/quake/quake/src/QW/server/
sys.h 29 void Sys_Printf (char *fmt, ...);
  /external/sonivox/arm-fm-22k/host_src/
eas_report.h 65 extern void EAS_Report (int severity, const char* fmt, ...);
66 extern void EAS_ReportX (int severity, const char* fmt, ...);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.h 65 extern void EAS_Report (int severity, const char* fmt, ...);
66 extern void EAS_ReportX (int severity, const char* fmt, ...);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.h 65 extern void EAS_Report (int severity, const char* fmt, ...);
66 extern void EAS_ReportX (int severity, const char* fmt, ...);
  /frameworks/base/tools/aapt/
SourcePos.h 20 int error(const char* fmt, ...) const;
21 int warning(const char* fmt, ...) const;
  /external/chromium/third_party/icu/source/common/
utracimp.h 113 * @param fmt The trace format string.
118 utrace_data(int32_t utraceFnNumber, int32_t level, const char *fmt, ...);
235 #define UTRACE_DATA0(level, fmt) \
237 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt)); \
248 #define UTRACE_DATA1(level, fmt, a) \
250 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a)); \
261 #define UTRACE_DATA2(level, fmt, a, b) \
263 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a), (b)); \
274 #define UTRACE_DATA3(level, fmt, a, b, c) \
276 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c));
    [all...]
  /external/icu4c/common/
utracimp.h 113 * @param fmt The trace format string.
118 utrace_data(int32_t utraceFnNumber, int32_t level, const char *fmt, ...);
235 #define UTRACE_DATA0(level, fmt) \
237 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt)); \
248 #define UTRACE_DATA1(level, fmt, a) \
250 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a)); \
261 #define UTRACE_DATA2(level, fmt, a, b) \
263 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a), (b)); \
274 #define UTRACE_DATA3(level, fmt, a, b, c) \
276 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c));
    [all...]
  /external/icu4c/test/intltest/
numfmtst.h 160 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
162 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
164 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
165 expect2(fmt, n, UnicodeString(str, ""));
168 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
170 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
171 expect2(fmt, n, UnicodeString(str, ""), ec);
174 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
176 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
177 expect(fmt, UnicodeString(str, ""), n)
    [all...]
  /external/dhcpcd/
logger.c 58 logger(int level, const char *fmt, ...)
65 va_start(p, fmt);
73 __android_log_vprint(level, "dhcpcd", fmt, p);
80 vfprintf(f, fmt, p);
86 fmt2len = strlen(fmt) + len + 1;
91 strlcpy(pf, fmt, fmt2len - len);
95 vsyslog(level, fmt, p2);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
cli_cu_common.h 74 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg)
78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg)
83 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg)
85 # define print_deb(fmt, arg...)
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
cli_cu_common.h 71 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg)
75 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg)
80 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg)
82 # define print_deb(fmt, arg...)
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
cli_cu_common.h 74 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg)
78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg)
83 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg)
85 # define print_deb(fmt, arg...)

Completed in 289 milliseconds

12 3 4 5 6 7 8 91011>>