Searched refs:cFormat (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp274 std::basic_string<wchar_t> cFormat = (wchar_t*)(FX_LPCWSTR)p1.operator CFX_WideString(); local
293 while((iEnd = cFormat.find((CFX_WideString)fcTable[iIndex].lpszJSMark, iStart)) != -1)
295 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[iIndex].lpszJSMark), (CFX_WideString)fcTable[iIndex].lpszCppMark);
316 //CString strFormat = cppTm.Format(cFormat.c_str());
333 //cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
347 while((iEnd = cFormat.find((CFX_WideString)cTableAd[iIndex].lpszJSMark,iStart)) != -1)
351 if (cFormat[iEnd-1] == L'%')
357 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[iIndex].lpszJSMark), tszValue);
364 // CString strFormat = cppTm.Format(cFormat.c_str());
366 strFormat = wcsftime(buf, 64, cFormat
377 std::wstring cFormat = cFormat2; local
474 std::string cFormat = (FX_LPCSTR)CFX_ByteString::FromUnicode(sFormat); local
482 printx(const std::string &cFormat,const std::string &cSource2,std::string &cPurpose) argument
[all...]
H A DPublicMethods.cpp1528 //function AFDate_FormatEx(cFormat)
1637 //AFDate_KeystrokeEx(cFormat)
1704 //AFDate_KeystrokeEx(cFormat)
1811 std::string cFormat;
1825 cFormat = "99999";
1828 cFormat = "99999-9999";
1835 cFormat = "(999) 999-9999";
1837 cFormat = "999-9999";
1841 cFormat = "999-99-9999";
1846 util::printx(cFormat,strSr
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dutil.h24 static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPurpose);
25 static void printx(const std::string &cFormat,const std::string &cSource, std::string &cPurpose);
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp204 char cFormat[sizeof(cBuffer)]; local
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, cBuffe
572 char cFormat[sizeof(cBuffer)]; local
[all...]
H A Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
H A Dfiletst.c1120 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \
1136 cNumPrinted = sprintf(buffer, cFormat, cValue);\
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp204 char cFormat[sizeof(cBuffer)]; local
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, cBuffe
572 char cFormat[sizeof(cBuffer)]; local
[all...]
H A Dstrtst.c358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
H A Dfiletst.c1120 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \
1136 cNumPrinted = sprintf(buffer, cFormat, cValue);\
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1007 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); local
1009 if (cFormat == NULL || U_FAILURE(status)) {
1012 cFormat->setLenient(TRUE);
1016 cFormat->parse(testCase, n, status);
1029 cFormat->parse(testCase, n, status);
1039 delete cFormat;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1011 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); local
1013 if (cFormat == NULL || U_FAILURE(status)) {
1016 cFormat->setLenient(TRUE);
1020 cFormat->parse(testCase, n, status);
1033 cFormat->parse(testCase, n, status);
1043 delete cFormat;

Completed in 2706 milliseconds