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

/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.cpp238 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString().c_str(); local
252 while ((iEnd = cFormat.find(fcTable[i].lpszJSMark, iStart)) != -1) {
253 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark),
295 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
297 if (cFormat[iEnd - 1] == L'%') {
302 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue);
309 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
310 cFormat = buf;
311 vRet = cFormat.c_str();
321 std::wstring cFormat local
404 std::string cFormat = CFX_ByteString::FromUnicode(sFormat).c_str(); local
412 printx(const std::string& cFormat, const std::string& cSource2, std::string& cPurpose) argument
[all...]
H A DPublicMethods.cpp1303 // function AFDate_FormatEx(cFormat)
1416 // AFDate_KeystrokeEx(cFormat)
1487 // AFDate_KeystrokeEx(cFormat)
1600 std::string cFormat; local
1611 cFormat = "99999";
1614 cFormat = "99999-9999";
1620 cFormat = "(999) 999-9999";
1622 cFormat = "999-9999";
1626 cFormat = "999-99-9999";
1631 util::printx(cFormat, strSr
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1459 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); local
1461 if (cFormat == NULL || U_FAILURE(status)) {
1464 cFormat->setLenient(TRUE);
1468 cFormat->parse(testCase, n, status);
1481 cFormat->parse(testCase, n, status);
1491 delete cFormat;

Completed in 81 milliseconds