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

/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp207 char cFormat[sizeof(cBuffer)]; local
301 u_austrncpy(cFormat, format, sizeof(cFormat));
305 i, cFormat, cBuffer, cExpected);
330 u_austrncpy(cFormat, format, sizeof(cFormat));
334 i, cFormat, cBuffer, cExpected);
505 u_austrncpy(cFormat, format, sizeof(cFormat));
509 i, cFormat, cBuffe
575 char cFormat[sizeof(cBuffer)]; local
[all...]
/external/pdfium/fpdfsdk/javascript/
H A Dutil.cpp235 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString(pRuntime).c_str(); local
236 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'),
237 cFormat.end());
242 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) !=
244 cFormat.replace(iEnd, FXSYS_wcslen(TbConvertTable[i].lpszJSMark),
272 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
274 if (cFormat[iEnd - 1] == L'%') {
279 cFormat
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1460 NumberFormat *cFormat = NumberFormat::createInstance(en_US, UNUM_CURRENCY, status); local
1462 if (cFormat == NULL || U_FAILURE(status)) {
1465 cFormat->setLenient(TRUE);
1469 cFormat->parse(testCase, n, status);
1482 cFormat->parse(testCase, n, status);
1492 delete cFormat;

Completed in 820 milliseconds