Searched refs:cFormat (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | util.cpp | 238 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString().c_str(); in printd() local 252 while ((iEnd = cFormat.find(fcTable[i].lpszJSMark, iStart)) != -1) { in printd() 253 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark), in printd() 295 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd() 297 if (cFormat[iEnd - 1] == L'%') { in printd() 302 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd() 309 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time); in printd() 310 cFormat = buf; in printd() 311 vRet = cFormat.c_str(); in printd() 321 std::wstring cFormat = cFormat2; in printd() local [all …]
|
D | util.h | 42 static void printd(const std::wstring& cFormat, 46 static void printx(const std::string& cFormat,
|
D | PublicMethods.cpp | 1600 std::string cFormat; in AFSpecial_Format() local 1611 cFormat = "99999"; in AFSpecial_Format() 1614 cFormat = "99999-9999"; in AFSpecial_Format() 1620 cFormat = "(999) 999-9999"; in AFSpecial_Format() 1622 cFormat = "999-9999"; in AFSpecial_Format() 1626 cFormat = "999-99-9999"; in AFSpecial_Format() 1631 util::printx(cFormat, strSrc, strDes); in AFSpecial_Format() 1743 std::string cFormat; in AFSpecial_Keystroke() local 1751 cFormat = "99999"; in AFSpecial_Keystroke() 1755 cFormat = "999999999"; in AFSpecial_Keystroke() [all …]
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 204 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintf() local 298 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 302 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 327 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf() 331 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf() 572 char cFormat[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local 650 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision() 654 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()
|
D | strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
D | filetst.c | 1120 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 1136 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1459 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); in TestLenientParse() local 1461 if (cFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1464 cFormat->setLenient(TRUE); in TestLenientParse() 1468 cFormat->parse(testCase, n, status); in TestLenientParse() 1481 cFormat->parse(testCase, n, status); in TestLenientParse() 1491 delete cFormat; in TestLenientParse()
|