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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cformtst.c 61 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
67 udat_format(dat, d1, result1, resultlength, NULL, &status);
71 log_err("Error in formatting using udat_format(.....): %s\n", myErrorName(status));
cdattst.c 148 /*Testing udat_format()*/
149 log_verbose("\nTesting the udat_format() function of date format\n");
153 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status);
163 udat_format(def, d, result, resultlength, NULL, &status);
167 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
173 log_verbose("PASS: Date Format for US locale successful using udat_format()\n");
179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
190 log_verbose("PASS: Date Format for french locale successful using udat_format()\n");
192 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" );
206 log_verbose("PASS: Date Format for italian locale successful uisng udat_format() - wanted %s, got %s\n", x, g)
    [all...]
udatpg_test.c 338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
343 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity,
346 log_err("Failed udat_format() of sample code in Userguide.\n");
cdtrgtst.c 574 dmyGnTextLen = udat_format(dtfmt, july022008, dmyGnText, DATE_TEXT_MAX_CHARS, NULL, &status);
576 log_err("FAIL: udat_format with %s: %s\n", patTextPtr->label, myErrorName(status) );
579 log_err("FAIL: udat_format with %s: wrong UChar[] result %s\n", patTextPtr->label, u_austrcpy(byteText,dmyGnText) );
605 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
612 udat_format(datdef, d1, result1, resultlength, NULL, &status);
616 log_err("FAIL: Error in formatting using udat_format(.....): %s\n", myErrorName(status));
ccaltst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cformtst.c 67 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
73 udat_format(dat, d1, result1, resultlength, NULL, &status);
77 log_err("Error in formatting using udat_format(.....): %s\n", myErrorName(status));
cdattst.c 153 /*Testing udat_format()*/
154 log_verbose("\nTesting the udat_format() function of date format\n");
158 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status);
168 udat_format(def, d, result, resultlength, NULL, &status);
172 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
178 log_verbose("PASS: Date Format for US locale successful using udat_format()\n");
184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
195 log_verbose("PASS: Date Format for french locale successful using udat_format()\n");
197 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" );
211 log_verbose("PASS: Date Format for italian locale successful uisng udat_format() - wanted %s, got %s\n", x, g)
    [all...]
udatpg_test.c 361 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
366 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity,
369 log_err("Failed udat_format() of sample code in Userguide.\n");
cdtrgtst.c 577 dmyGnTextLen = udat_format(dtfmt, july022008, dmyGnText, DATE_TEXT_MAX_CHARS, NULL, &status);
580 log_err("FAIL: udat_format with %s: %s\n", patTextPtr->label, myErrorName(status) );
583 log_err("FAIL: udat_format with %s: wrong UChar[] result %s\n", patTextPtr->label, u_austrcpy(byteText,dmyGnText) );
609 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
616 udat_format(datdef, d1, result1, resultlength, NULL, &status);
620 log_err("FAIL: Error in formatting using udat_format(.....): %s\n", myErrorName(status));
ccaltst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/compat/
tzdate.c 84 len = udat_format(fmt, timeToCheck, 0, len, 0, &status);
94 udat_format(fmt, timeToCheck, s, len + 1, 0, &status);
  /external/icu/icu4c/source/test/compat/
tzdate.c 84 len = udat_format(fmt, timeToCheck, 0, len, 0, &status);
94 udat_format(fmt, timeToCheck, s, len + 1, 0, &status);
  /external/icu/icu4c/source/samples/date/
date.c 268 len = udat_format(fmt, when, 0, len, 0, status);
273 udat_format(fmt, when, s, len + 1, 0, status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 44 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
48 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
64 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
68 * udat_format(df, myDateArr[i], myString, myStrlen+1, NULL, &status);
87 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, &pos, &status);
91 * udat_format(dfmt, myDate, myString, myStrlen+1, &pos, &status);
514 * A UDateFormat may be used to format dates in calls to {@link #udat_format },
603 udat_format( const UDateFormat* format,
620 * @see udat_format
640 * @see udat_format
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udat.h 45 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
49 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
65 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
69 * udat_format(df, myDateArr[i], myString, myStrlen+1, NULL, &status);
88 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, &pos, &status);
92 * udat_format(dfmt, myDate, myString, myStrlen+1, &pos, &status);
790 * A UDateFormat may be used to format dates in calls to {@link #udat_format },
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 442 udat_format(dfmt, ucal_getMillis(c, status), s, BUF_SIZE, 0, status);
565 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status);
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 163 udat_format( const UDateFormat* format, function
  /external/icu/icu4c/source/i18n/
udat.cpp 209 udat_format( const UDateFormat* format, function
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 712 udat_format(DateFormatTest_fmt, sometime, onekbuf, onekbuf_len, NULL, &setupStatus); \
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 792 #define udat_format macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 832 #define udat_format macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp     [all...]

Completed in 519 milliseconds