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

  /external/pdfium/fpdfsdk/include/javascript/
util.h 26 static int ParstDataType(std::wstring* sFormat);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 99 int util::ParstDataType(std::wstring* sFormat)
103 for (i=0; i<sFormat->length(); ++i)
105 wchar_t c = (*sFormat)[i];
126 (*sFormat)[i] = L'S';
472 CFX_WideString sFormat = params[0].operator CFX_WideString();
474 std::string cFormat = (FX_LPCSTR)CFX_ByteString::FromUnicode(sFormat);
587 CFX_WideString sFormat = params[0].operator CFX_WideString();
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
PublicMethods.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 260 String sFormat = MessageFormat.format(pattern, (Object[]) args);
263 sFormat, resStr);
268 sFormat = MessageFormat.format(pattern, args_);
271 sFormat, resStr);
    [all...]

Completed in 200 milliseconds