Searched refs:sFormat (Results 1 – 3 of 3) sorted by relevance
86 int util::ParstDataType(std::wstring* sFormat) { in ParstDataType() argument88 for (size_t i = 0; i < sFormat->length(); ++i) { in ParstDataType()89 wchar_t c = (*sFormat)[i]; in ParstDataType()106 (*sFormat)[i] = L'S'; in ParstDataType()402 CFX_WideString sFormat = params[0].ToCFXWideString(); in printx() local404 std::string cFormat = CFX_ByteString::FromUnicode(sFormat).c_str(); in printx()499 CFX_WideString sFormat = params[0].ToCFXWideString(); in scand() local503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr); in scand()
1323 CFX_WideString sFormat = params[0].ToCFXWideString(); in AFDate_FormatEx() local1331 dDate = MakeRegularDate(strValue, sFormat, nullptr); in AFDate_FormatEx()1337 sFormat.c_str()); in AFDate_FormatEx()1342 val = MakeFormatDate(dDate, sFormat); in AFDate_FormatEx()1437 CFX_WideString sFormat = params[0].ToCFXWideString(); in AFDate_KeystrokeEx() local1439 double dRet = MakeRegularDate(strValue, sFormat, &bWrongFormat); in AFDate_KeystrokeEx()1443 sFormat.c_str()); in AFDate_KeystrokeEx()1832 CFX_WideString sFormat = params[1].ToCFXWideString(); in AFParseDateEx() local1834 double dDate = MakeRegularDate(sValue, sFormat, nullptr); in AFParseDateEx()1839 sFormat.c_str()); in AFParseDateEx()
49 static int ParstDataType(std::wstring* sFormat);