Searched refs:dateParse (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DDateConstructor.cpp56 static EncodedJSValue JSC_HOST_CALL dateParse(ExecState*);
65 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructure, 1, exec->propertyNames().parse, dateParse), DontEnum);
159 static EncodedJSValue JSC_HOST_CALL dateParse(ExecState* exec) function in namespace:JSC
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp912 SimpleDateFormat* dateParse = new SimpleDateFormat(status); local
915 delete dateParse;
923 dateParse->applyPattern("d MMMM, yyyy");
924 dateParse->adoptTimeZone(TimeZone::createDefault());
927 logln(UnicodeString("Trying to parse \"") + s + "\" with " + dateParse->toPattern(thePat));
929 date = dateParse->parse(s, status);
943 dateParse->applyPattern(parseFormats[index]);
944 dateParse->adoptTimeZone(TimeZone::createDefault());
947 date = dateParse->parse(s, parsePosition);
960 ((DateFormat*)dateParse)
[all...]

Completed in 89 milliseconds