Home
last modified time | relevance | path

Searched refs:sFormat (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcjs_util.cpp372 WideString sFormat = pRuntime->ToWideString(params[0]); in scand() local
376 dDate = CJS_PublicMethods::ParseDateUsingFormat(sDate, sFormat, nullptr); in scand()
398 int CJS_Util::ParseDataType(WideString* sFormat) { in ParseDataType() argument
405 while (i < sFormat->GetLength()) { in ParseDataType()
406 wchar_t c = (*sFormat)[i]; in ParseDataType()
454 sFormat->SetAt(i, L'S'); in ParseDataType()
Dcjs_publicmethods.cpp891 WideString sFormat = pRuntime->ToWideString(params[0]); in AFDate_FormatEx() local
897 dDate = ParseDateUsingFormat(strValue, sFormat, nullptr); in AFDate_FormatEx()
902 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_FormatEx()
907 val = PrintDateUsingFormat(dDate, sFormat); in AFDate_FormatEx()
969 WideString sFormat = pRuntime->ToWideString(params[0]); in AFDate_KeystrokeEx() local
970 double dRet = ParseDateUsingFormat(strValue, sFormat, &bWrongFormat); in AFDate_KeystrokeEx()
973 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_KeystrokeEx()
1228 WideString sFormat = pRuntime->ToWideString(params[1]); in AFParseDateEx() local
1229 double dDate = ParseDateUsingFormat(sValue, sFormat, nullptr); in AFParseDateEx()
1232 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFParseDateEx()
Dcjs_util.h36 static int ParseDataType(WideString* sFormat);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1714 String sFormat = targetInfo.factor.toString(FormatStyle.simple); in TestRepeating() local
1715 if (!rFormat.equals(sFormat)) { in TestRepeating()
1716 …intln("\t\t" + unitAndInfo.getKey() + "\t" + targetInfo2.target + "\t" + sFormat + "\t" + rFormat … in TestRepeating()