Searched refs:udat_parse (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcdtdptst.c75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status);
132 d = udat_parse(f, s, u_strlen(s), &pos, &status);
170 date = udat_parse(format, str, u_strlen(str), &pos, &status);
212 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
270 d = udat_parse(fmt, juneStr, u_strlen(juneStr), &pos, &status);
281 log_err("udat_parse failed. Error. %s\n",u_errorName(status));
284 d = udat_parse(fmt, julyStr, u_strlen(julyStr), &pos, &status);
H A Dcdtrgtst.c97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
100 log_err("FAIL: Error in parsing using udat_parse(.....): %s\n", myErrorName(status));
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
345 myDate = udat_parse(df, dateString, u_strlen(dateString), &pos, &status);
402 d = udat_parse(fmt, datestr, u_strlen(datestr), &pos, &status);
413 dd = udat_parse(fmt, datestr, u_strlen(datestr), &pos, &status);
457 x = udat_parse(df, datestr, u_strlen(datestr), &pos, &status);
582 dateResult = udat_parse(dtfmt, patTextPtr->text, -1, NULL, &status); /* no time, dateResult != july022008 by some hours */
584 log_err("FAIL: udat_parse wit
[all...]
H A Dcdattst.c212 /*Testing parsing using udat_parse()*/
213 log_verbose("\nTesting parsing using udat_parse()\n");
218 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status);
221 log_err("FAIL: Error in parsing using udat_parse(.....) %s\n", myErrorName(status) );
231 /*Testing parsing using udat_parse()*/
232 log_verbose("\nTesting parsing using udat_parse()\n");
236 d1=udat_parse(def, temp, u_strlen(temp), NULL, &status);
239 log_err("FAIL: udat_parse(\"bad string\") passed when it should have failed\n");
/external/icu4c/i18n/unicode/
H A Dudat.h105 * You can use a DateFormat API udat_parse() to parse.
110 * UDate myDate = udat_parse(df, myString, u_strlen(myString), &parsepos, &status);
515 * and to parse dates in calls to {@link #udat_parse }.
598 * @see udat_parse
624 udat_parse( const UDateFormat* format,
/external/icu4c/i18n/
H A Dudat.cpp195 udat_parse( const UDateFormat* format, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h666 #define udat_parse udat_parse_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h666 #define udat_parse udat_parse_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h666 #define udat_parse udat_parse_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h666 #define udat_parse udat_parse_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h848 #define udat_parse U_ICU_ENTRY_POINT_RENAME(udat_parse) macro

Completed in 75 milliseconds