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

12 3 4 5 6

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 53 virtual uint32_t GetNextChar(const FX_CHAR* pString,
56 virtual int CountChar(const FX_CHAR* pString, int size) const;
57 virtual int AppendChar(FX_CHAR* buf, uint32_t charcode) const;
74 int GetStringWidth(const FX_CHAR* pString, int size);
99 const FX_CHAR* GetAdobeCharName(int iBaseEncoding,
cpdf_cidfont.h 48 uint32_t GetNextChar(const FX_CHAR* pString,
51 int CountChar(const FX_CHAR* pString, int size) const override;
52 int AppendChar(FX_CHAR* str, uint32_t charcode) const override;
font_int.h 151 uint32_t GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
152 int CountChar(const FX_CHAR* pString, int size) const;
153 int AppendChar(FX_CHAR* str, uint32_t charcode) const;
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 16 template class CFX_StringDataTemplate<FX_CHAR>;
17 template class CFX_StringCTemplate<FX_CHAR>;
35 const FX_CHAR* str = "0123456789abcdef";
56 const FX_CHAR* FX_strstr(const FX_CHAR* haystack,
58 const FX_CHAR* needle,
63 const FX_CHAR* end_ptr = haystack + haystack_len - needle_len;
82 static_assert(sizeof(CFX_ByteString) <= sizeof(FX_CHAR*),
85 CFX_ByteString::CFX_ByteString(const FX_CHAR* pStr, FX_STRSIZE nLen) {
96 StringData::Create(reinterpret_cast<const FX_CHAR*>(pStr), nLen))
    [all...]
fx_system.h 73 typedef char FX_CHAR; // Keep, questionable signedness.
156 inline FX_STRSIZE FXSYS_len(const FX_CHAR* ptr) {
164 inline int FXSYS_cmp(const FX_CHAR* ptr1, const FX_CHAR* ptr2, size_t len) {
172 inline const FX_CHAR* FXSYS_chr(const FX_CHAR* ptr, FX_CHAR ch, size_t len) {
173 return reinterpret_cast<const FX_CHAR*>(memchr(ptr, ch, len));
279 int32_t FXSYS_atoi(const FX_CHAR* str);
280 uint32_t FXSYS_atoui(const FX_CHAR* str)
    [all...]
fx_stream.h 41 FX_FileHandle* FX_OpenFolder(const FX_CHAR* path);
79 const FX_CHAR* filename);
94 const FX_CHAR* filename,
  /external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.h 36 FX_CHAR m_szLastError[256];
ccodec_gifmodule.h 42 FX_CHAR m_szLastError[256];
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h 33 const FX_CHAR* name);
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 33 const FX_CHAR* face,
53 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) {
  /external/pdfium/xfa/fwl/
cfx_barcode.h 55 bool SetStartChar(FX_CHAR start);
56 bool SetEndChar(FX_CHAR end);
  /external/pdfium/core/fxge/win32/
cfx_windowsdib.h 35 static CFX_DIBitmap* LoadFromFile(const FX_CHAR* filename);
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Icon.h 29 void SetImageAlias(const FX_CHAR* sImageAlias);
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.cpp 31 const FX_CHAR ALPHABET_STRING[] = "0123456789-$:/.+ABCDTN";
38 const FX_CHAR START_END_CHARS[] = {'A', 'B', 'C', 'D', 'T', 'N', '*', 'E',
40 const FX_CHAR CONTENT_CHARS[] = {'0', '1', '2', '3', '4', '5', '6', '7',
51 bool CBC_OnedCodaBarWriter::SetStartChar(FX_CHAR start) {
61 bool CBC_OnedCodaBarWriter::SetEndChar(FX_CHAR end) {
173 FX_CHAR ch;
  /external/pdfium/xfa/fxfa/app/
xfa_ffdoc.cpp 62 void Base64DecodePiece(const FX_CHAR src[4],
115 FX_CHAR srcData[4];
121 srcData[0] = (FX_CHAR)*pSrc++;
122 srcData[1] = (FX_CHAR)*pSrc++;
123 srcData[2] = (FX_CHAR)*pSrc++;
124 srcData[3] = (FX_CHAR)*pSrc++;
129 srcData[0] = (FX_CHAR)*pSrc++;
131 srcData[1] = (FX_CHAR)*pSrc++;
134 srcData[2] = (FX_CHAR)*pSrc++;
xfa_checksum.cpp 24 const FX_CHAR g_FXBase64EncoderMap[64] = {
34 FX_CHAR dst[4]) {
57 int32_t Base64EncodeA(const uint8_t* pSrc, int32_t iSrcLen, FX_CHAR* pDst) {
71 FX_CHAR* pDstEnd = pDst;
255 FX_CHAR* pBuffer = m_bsChecksum.GetBuffer(nLen);
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_utility.cpp 96 FX_CHAR* pDestStart = result.GetBuffer(size);
97 FX_CHAR* pDest = pDestStart;
135 FX_CHAR* dest_buf = res.GetBuffer(dest_len);
fpdf_parser_decode_unittest.cpp 83 const FX_CHAR* expected_output;
105 const FX_CHAR* str_ptr = output.c_str();
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 71 FX_CHAR* err_ptr;
72 void (*bmp_error_fn)(bmp_decompress_struct_p gif_ptr, const FX_CHAR* err_msg);
112 void bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg);
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 125 explicit CGifLZWDecoder(FX_CHAR* error_ptr);
155 FX_CHAR* err_msg_ptr;
211 FX_CHAR* err_ptr;
212 void (*gif_error_fn)(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg);
283 void gif_error(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg);
284 void gif_warn(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg);
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 91 const FX_CHAR* csname = nullptr;
203 FX_CHAR* pBuf = ct.GetBuffer(6);
204 pBuf[0] = (FX_CHAR)reset_r;
205 pBuf[1] = (FX_CHAR)reset_g;
206 pBuf[2] = (FX_CHAR)reset_b;
207 pBuf[3] = (FX_CHAR)set_r;
208 pBuf[4] = (FX_CHAR)set_g;
209 pBuf[5] = (FX_CHAR)set_b;
  /external/pdfium/core/fpdfdoc/
cpdf_interform.h 42 const FX_CHAR* csType,
44 const FX_CHAR* csPrefix);
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.h 143 const FX_CHAR* pSrc,
148 int32_t FX_UTF8Decode(const FX_CHAR* pSrc,
  /external/pdfium/xfa/fxbarcode/
cbc_codabar.cpp 30 bool CBC_Codabar::SetStartChar(FX_CHAR start) {
37 bool CBC_Codabar::SetEndChar(FX_CHAR end) {
utils.h 16 FX_CHAR c);
17 void BC_FX_ByteString_Append(CFX_ByteString& dst, int32_t count, FX_CHAR c);

Completed in 646 milliseconds

12 3 4 5 6