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

  /external/pdfium/fpdfsdk/src/javascript/
util.h 49 static int ParstDataType(std::wstring* sFormat);
util.cpp 86 int util::ParstDataType(std::wstring* sFormat) {
88 for (size_t i = 0; i < sFormat->length(); ++i) {
89 wchar_t c = (*sFormat)[i];
106 (*sFormat)[i] = L'S';
402 CFX_WideString sFormat = params[0].ToCFXWideString();
404 std::string cFormat = CFX_ByteString::FromUnicode(sFormat).c_str();
499 CFX_WideString sFormat = params[0].ToCFXWideString();
503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
PublicMethods.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 263 String sFormat = MessageFormat.format(pattern, (Object[]) args);
266 sFormat, resStr);
271 sFormat = MessageFormat.format(pattern, args_);
274 sFormat, resStr);
    [all...]

Completed in 128 milliseconds