Searched defs:cFormat (Results 1 - 5 of 5) sorted by relevance

/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...]
/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...]
/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...]
/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 5537 milliseconds