Searched refs:cFormat (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | util.cpp | 235 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString(pRuntime).c_str(); in printd() local 236 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd() 237 cFormat.end()); in printd() 242 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != in printd() 244 cFormat.replace(iEnd, FXSYS_wcslen(TbConvertTable[i].lpszJSMark), in printd() 272 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd() 274 if (cFormat[iEnd - 1] == L'%') { in printd() 279 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd() 293 wcsftime(buf, 64, cFormat.c_str(), &time); in printd() 294 cFormat = buf; in printd() [all …]
|
D | util.h | 41 static CFX_WideString printx(const CFX_WideString& cFormat,
|
D | PublicMethods.cpp | 1494 const char* cFormat = ""; in AFSpecial_Keystroke() local 1497 cFormat = "99999"; in AFSpecial_Keystroke() 1500 cFormat = "999999999"; in AFSpecial_Keystroke() 1504 cFormat = "9999999999"; in AFSpecial_Keystroke() 1506 cFormat = "9999999"; in AFSpecial_Keystroke() 1509 cFormat = "999999999"; in AFSpecial_Keystroke() 1514 params2.push_back(CJS_Value(pRuntime, cFormat)); in AFSpecial_Keystroke()
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 207 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local 301 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 305 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 330 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 334 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 575 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local 653 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision() 657 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()
|
D | strtst.c | 361 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 368 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
D | filetst.c | 1123 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 1139 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1460 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); in TestLenientParse() local 1462 if (cFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1465 cFormat->setLenient(TRUE); in TestLenientParse() 1469 cFormat->parse(testCase, n, status); in TestLenientParse() 1482 cFormat->parse(testCase, n, status); in TestLenientParse() 1492 delete cFormat; in TestLenientParse()
|