HomeSort by relevance Sort by last modified time
    Searched refs:FX_INT64 (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
common.h 15 typedef FX_INT64 TT_int64_t;
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 65 FX_INT64 FXSYS_atoi64(FX_LPCSTR str)
67 return FXSYS_StrToInt<FX_INT64, FX_LPCSTR>(str);
69 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str)
71 return FXSYS_StrToInt<FX_INT64, FX_LPCWSTR>(str);
73 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix)
75 return FXSYS_IntToStr<FX_INT64, FX_LPSTR>(value, str, radix);
77 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix)
79 return FXSYS_IntToStr<FX_INT64, FX_LPWSTR>(value, str, radix);
fx_basic_bstring.cpp 648 va_arg(argList, FX_INT64);
    [all...]
fx_basic_wstring.cpp 944 va_arg(argList, FX_INT64);
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
util.h 44 FX_INT64 FX_atoi64(const char *nptr);
  /external/pdfium/core/include/fxcrt/
fx_system.h 94 typedef __int64 FX_INT64;
97 typedef long long int FX_INT64;
101 typedef FX_INT64 FX_INTPTR;
267 FX_INT64 FXSYS_atoi64(FX_LPCSTR str);
268 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str);
269 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix);
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 610 FX_INT64 FX_atoi64(const char *nptr)
613 FX_INT64 total; /* current total */
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp     [all...]

Completed in 146 milliseconds