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

  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 56 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)
  /external/icu4c/test/intltest/
dtfmttst.cpp 880 SimpleDateFormat* dateParse = new SimpleDateFormat(status);
883 delete dateParse;
891 dateParse->applyPattern("d MMMM, yyyy");
892 dateParse->adoptTimeZone(TimeZone::createDefault());
895 logln(UnicodeString("Trying to parse \"") + s + "\" with " + dateParse->toPattern(thePat));
897 date = dateParse->parse(s, status);
    [all...]

Completed in 244 milliseconds