HomeSort by relevance Sort by last modified time
    Searched refs:FX_CHAR (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/pdfium/xfa/fxfa/parser/
xfa_utils.h 178 const FX_CHAR* pChecksum = nullptr,
cxfa_widgetdata.cpp     [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 176 FX_CHAR* XFA_Base64Encode(const uint8_t* buf, int32_t buf_len);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 138 const FX_CHAR* abbr;
139 const FX_CHAR* full_name;
    [all...]
cpdf_textobject.cpp 152 const FX_CHAR* segment = pStrs[i].c_str();
fpdf_page_func.cpp 28 const FX_CHAR* name;
98 return m_PS.Parse(reinterpret_cast<const FX_CHAR*>(acc.GetData()),
203 bool CPDF_PSEngine::Parse(const FX_CHAR* str, int size) {
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 926 iLen = FXSYS_strlen((FX_CHAR*)pStr);
939 static int32_t XFA_Base64Decode(const FX_CHAR* pStr, uint8_t* pOutBuffer) {
944 XFA_RemoveBase64Whitespace((uint8_t*)pStr, FXSYS_strlen((FX_CHAR*)pStr));
948 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer);
985 static const FX_CHAR g_base64_chars[] =
988 FX_CHAR* XFA_Base64Encode(const uint8_t* buf, int32_t buf_len) {
989 FX_CHAR* out = nullptr;
992 out = FX_Alloc(FX_CHAR, ((buf_len * 8 + 5) / 6) + 5);
    [all...]
xfa_ffbarcode.cpp 177 FX_CHAR charVal;
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 23 const FX_CHAR* const g_sHighlightingMode[] = {
cpdf_interform.cpp 32 const FX_CHAR* m_name;
690 const FX_CHAR* csType,
692 const FX_CHAR* csPrefix) {
    [all...]
cpdf_annot.cpp 166 const FX_CHAR* ap_entry = "N";
  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 143 FX_FileHandle* FX_OpenFolder(const FX_CHAR* path) {
fx_basic.h 73 CFX_ByteTextBuf& operator<<(const FX_CHAR* pStr) {
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 153 CFX_DIBitmap* CFX_WindowsDIB::LoadFromFile(const FX_CHAR* filename) {
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp 21 CGifLZWDecoder::CGifLZWDecoder(FX_CHAR* error_ptr)
509 void gif_error(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg) {
514 void gif_warn(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg) {}
683 CFX_ByteString((const FX_CHAR*)data_ptr, data_size);
734 CFX_ByteString((const FX_CHAR*)data_ptr, data_size);
    [all...]
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 781 FX_CHAR offset_buf[20];
1093 CFX_ByteString((const FX_CHAR*)encryptor.m_pData, encryptor.m_dwSize),
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 74 const FX_CHAR* ap_entry = "N";
cpdfsdk_formfillenvironment.cpp 317 const FX_CHAR* namedAction) {
330 void CPDFSDK_FormFillEnvironment::DoURIAction(const FX_CHAR* bsURI) {
fpdf_flatten.cpp 211 CFX_ByteString((const FX_CHAR*)acc.GetData(), acc.GetSize());
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 361 return CFX_ByteString((const FX_CHAR*)m_WordBuffer, m_WordSize);
784 return FXSYS_atoui(reinterpret_cast<const FX_CHAR*>(m_WordBuffer));
fpdf_parser_decode.cpp 473 FX_CHAR* dest_buf1 = result.GetBuffer(len);
cpdf_document.cpp 768 CPDF_Font* CPDF_Document::AddStandardFont(const FX_CHAR* font,
    [all...]
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 417 const FX_CHAR* wsMode = "rb";
863 const FX_WCHAR* pSrc = (const FX_WCHAR*)(FX_CHAR*)(m_pData + m_iPosition);
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 196 FX_CHAR* buf = nullptr;
  /external/pdfium/core/fdrm/crypto/
fx_crypt_sha.cpp 362 uint64_t FX_ato64i(const FX_CHAR* str) {
429 static const FX_CHAR* constants[] = {

Completed in 1723 milliseconds

1 2 3 45 6