HomeSort by relevance Sort by last modified time
    Searched refs:fmt0 (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 119 RuleBasedNumberFormat fmt0 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
120 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone();
122 if (!fmt0.equals(fmt0)) {
125 if (!fmt0.equals(fmt1)) {
128 if (!fmt0.equals(fmt2)) {
131 String str = fmt0.toString();
136 if (fmt0.equals(fmt3)) {
    [all...]
DateFormatRegressionTest.java 1454 SimpleDateFormat fmt0 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); local
    [all...]
DateFormatTest.java 4639 DateFormat fmt0 = DateFormat.getDateTimeInstance(dateStylesList[i], DateFormat.DEFAULT); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 90 static int __find_arguments(const char *fmt0, va_list ap, union arg **argtable,
262 vfprintf(FILE *fp, const char *fmt0, __va_list ap)
267 ret = __vfprintf(fp, fmt0, ap);
273 __vfprintf(FILE *fp, const char *fmt0, __va_list ap)
440 __find_arguments(fmt0, orgap, &argtable, &argtablesiz); \
469 return (__sbprintf(fp, fmt0, ap));
471 fmt = (char *)fmt0;
566 __find_arguments(fmt0, orgap,
592 __find_arguments(fmt0, orgap,
1134 __find_arguments(const char *fmt0, va_list ap, union arg **argtable
    [all...]
vfwprintf.c 87 static int __find_arguments(const wchar_t *fmt0, va_list ap, union arg **argtable,
279 __vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap)
428 __find_arguments(fmt0, orgap, &argtable, &argtablesiz); \
457 return (__sbprintf(fp, fmt0, ap));
459 fmt = (wchar_t *)fmt0;
542 __find_arguments(fmt0, orgap,
568 __find_arguments(fmt0, orgap,
1065 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap)
1070 r = __vfwprintf(fp, fmt0, ap);
1118 __find_arguments(const wchar_t *fmt0, va_list ap, union arg **argtable
    [all...]
vfscanf.c 99 __svfscanf(FILE *fp, const char *fmt0, __va_list ap)
101 u_char *fmt = (u_char *)fmt0;
961 vfscanf(FILE *fp, const char *fmt0, __va_list ap)
966 r = __svfscanf(fp, fmt0, ap);
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 884 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull); local
    [all...]

Completed in 128 milliseconds