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

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 238 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString().c_str();
252 while ((iEnd = cFormat.find(fcTable[i].lpszJSMark, iStart)) != -1) {
253 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark),
295 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
297 if (cFormat[iEnd - 1] == L'%') {
302 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue);
309 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
310 cFormat = buf;
311 vRet = cFormat.c_str();
321 std::wstring cFormat = cFormat2
    [all...]
util.h 42 static void printd(const std::wstring& cFormat,
46 static void printx(const std::string& cFormat,
PublicMethods.cpp     [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 204 char cFormat[sizeof(cBuffer)];
298 u_austrncpy(cFormat, format, sizeof(cFormat));
302 i, cFormat, cBuffer, cExpected);
327 u_austrncpy(cFormat, format, sizeof(cFormat));
331 i, cFormat, cBuffer, cExpected);
502 u_austrncpy(cFormat, format, sizeof(cFormat));
506 i, cFormat, cBuffer, cExpected)
    [all...]
strtst.c 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
filetst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 228 milliseconds