HomeSort by relevance Sort by last modified time
    Searched full:cformat (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 273 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString().c_str();
291 while((iEnd = cFormat.find(fcTable[iIndex].lpszJSMark, iStart)) != -1)
293 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[iIndex].lpszJSMark), fcTable[iIndex].lpszCppMark);
314 //CString strFormat = cppTm.Format(cFormat.c_str());
331 //cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
345 while((iEnd = cFormat.find(cTableAd[iIndex].lpszJSMark, iStart)) != -1)
349 if (cFormat[iEnd-1] == L'%')
355 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[iIndex].lpszJSMark), tszValue);
362 // CString strFormat = cppTm.Format(cFormat.c_str());
364 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time)
    [all...]
PublicMethods.cpp 1504 //function AFDate_FormatEx(cFormat)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
util.h 28 static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPurpose);
29 static void printx(const std::string &cFormat,const std::string &cSource, std::string &cPurpose);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 202 uint32_t dst_buf_vars, cformat, zformat; local
208 cformat = cbuf_surface->format;
210 cformat = PIPE_FORMAT_B8G8R8A8_UNORM; /* arbitrary */
211 cformat = translate_format(cformat);
229 cformat |
  /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...]
strtst.c 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \
365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
filetst.c     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NumberFormatTest.java 208 ChoiceFormat cformat = new ChoiceFormat( local
211 ((NumberFormat) cformat).getCurrency();
238 ChoiceFormat cformat = new ChoiceFormat( local
241 ((NumberFormat) cformat).setCurrency(currA);
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 294 enum pipe_format cformat = fb->nr_cbufs ? fb->cbufs[0]->format : PIPE_FORMAT_NONE; local
301 buffers, cformat, color, depth, stencil);
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 82 ChoiceFormat cformat = new ChoiceFormat( local
85 ((NumberFormat) cformat).setCurrency(currA);
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 903 static int is_alpha(int cformat)
906 switch (cformat & 0xFF) {
918 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 909 static int is_alpha(int cformat)
912 switch (cformat & 0xFF) {
924 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 883 static int is_alpha(int cformat)
886 switch (cformat & 0xFF) {
898 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 902 static int is_alpha(int cformat)
905 switch (cformat & 0xFF) {
917 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 912 static int is_alpha(int cformat)
915 switch (cformat & 0xFF) {
927 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 995 milliseconds