HomeSort by relevance Sort by last modified time
    Searched defs:cFormat (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 204 char cFormat[sizeof(cBuffer)];
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, cBuffer, cExpected)
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 204 char cFormat[sizeof(cBuffer)];
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, cBuffer, cExpected)
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 274 std::basic_string<wchar_t> cFormat = (wchar_t*)(FX_LPCWSTR)p1.operator CFX_WideString();
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.c_str(), &time);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 1208 milliseconds