Searched refs:cFormat (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_util.cpp | 195 std::basic_string<wchar_t> cFormat = in printd() local 197 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd() 198 cFormat.end()); in printd() 203 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != in printd() 205 cFormat.replace(iEnd, wcslen(TbConvertTable[i].lpszJSMark), in printd() 223 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd() 225 if (cFormat[iEnd - 1] == L'%') { in printd() 230 cFormat.replace(iEnd, wcslen(cTableAd[i].lpszJSMark), in printd() 245 FXSYS_wcsftime(buf, 64, cFormat.c_str(), &time); in printd() 246 cFormat = buf; in printd() [all …]
|
D | cjs_util.h | 36 static WideString printx(const WideString& cFormat,
|
D | cjs_publicmethods.cpp | 1482 const char* cFormat = ""; in AFSpecial_Keystroke() local 1485 cFormat = "99999"; in AFSpecial_Keystroke() 1488 cFormat = "999999999"; in AFSpecial_Keystroke() 1492 cFormat = "9999999999"; in AFSpecial_Keystroke() 1494 cFormat = "9999999"; in AFSpecial_Keystroke() 1497 cFormat = "999999999"; in AFSpecial_Keystroke() 1502 params2.push_back(pRuntime->NewString(cFormat)); in AFSpecial_Keystroke()
|
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/ |
D | Interpreter.swift | 58 guard let cFormat = format, variable 59 let message = String(cFormat: cFormat, arguments: arguments) 260 init?(cFormat: UnsafePointer<CChar>, arguments: CVaListPointer) { 262 guard vasprintf(&buffer, cFormat, arguments) != 0, let cString = buffer else { return nil }
|
/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 | 1159 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); in TestLenientParse() local 1161 if (cFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1164 cFormat->setLenient(TRUE); in TestLenientParse() 1168 cFormat->parse(testCase, n, status); in TestLenientParse() 1182 cFormat->parse(testCase, n, status); in TestLenientParse() 1193 delete cFormat; in TestLenientParse()
|