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

  /external/pdfium/core/include/fxcrt/
fx_arb.h 15 virtual FX_BOOL AppendChar(FX_WCHAR wch) = 0;
fx_basic.h 98 void AppendChar(int ch)
128 void AppendChar(FX_WCHAR wch);
313 void AppendChar(FX_DWORD ch);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_utf.cpp 13 void CFX_UTF8Decoder::AppendChar(FX_DWORD ch)
15 m_Buffer.AppendChar((FX_WCHAR)ch);
21 m_Buffer.AppendChar(byte);
29 AppendChar(m_PendingChar);
51 m_Buffer.AppendChar(unicode);
71 m_Buffer.AppendChar(prefix[nbytes - 2] | (code / order));
75 m_Buffer.AppendChar(0x80 | (code / order));
fx_arabic.h 21 virtual FX_BOOL AppendChar(FX_WCHAR wch);
fx_arabic.cpp 24 FX_BOOL CFX_BidiChar::AppendChar(FX_WCHAR wch)
fx_xml_parser.cpp 154 buf.AppendChar(ch);
311 decoder.AppendChar(GetCharRef());
477 decoder.AppendChar(GetCharRef());
    [all...]
fx_basic_buffer.cpp 185 void CFX_WideTextBuf::AppendChar(FX_WCHAR ch)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 33 static int AppendChar(char **buff, const char *buff_end, char c) {
56 result += AppendChar(buff, buff_end, '-');
74 result += AppendChar(buff, buff_end, c);
76 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
79 result += AppendChar(buff, buff_end, (digit < 10) ? '0' + digit
106 result += AppendChar(buff, buff_end, *s);
130 result += AppendChar(&buff, buff_end, *cur);
187 result += AppendChar(&buff, buff_end, va_arg(args, int));
192 result += AppendChar(&buff, buff_end, '%');
201 AppendChar(&buff, buff_end + 1, '\0')
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 91 buffer->AppendChar('\n');
170 buffer->AppendChar(' ');
172 buffer->AppendChar('<');
180 buffer->AppendChar('#');
185 buffer->AppendChar('>');
188 buffer->AppendChar('\n');
217 buffer->AppendChar('\n');
389 buffer.AppendChar('\n');
394 buffer.AppendChar('\n');
401 buffer.AppendChar('\n')
    [all...]
deep-heap-profile.h 126 bool AppendChar(char value);
  /external/qemu/telephony/
modem_driver.c 85 goto AppendChar;
117 AppendChar:
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 767 buf.AppendChar(')');
770 buf.AppendChar('(');
774 buf.AppendChar((char)ch);
784 buf.AppendChar('\n');
786 buf.AppendChar('\r');
788 buf.AppendChar('\t');
790 buf.AppendChar('\b');
792 buf.AppendChar('\f');
798 buf.AppendChar(ch);
807 buf.AppendChar(iEscCode);
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 72 pFont->AppendChar(str, charCode);
161 m_Buffer.AppendChar(L'\r');
162 m_Buffer.AppendChar(L'\n');
169 m_Buffer.AppendChar(' ');
177 m_Buffer.AppendChar(L' ');
257 m_Buffer.AppendChar(L' ');
270 m_Buffer.AppendChar((FX_WCHAR)item.m_CharCode);
fpdf_text_int.cpp     [all...]
fpdf_text.cpp 95 pFont->AppendChar(str, charcode);
138 pFont->AppendChar(segment, ' ');
144 pFont->AppendChar(segment, charcode);
322 if(BidiChar->AppendChar(str.GetAt(i))) {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 486 result.AppendChar('<');
488 result.AppendChar("0123456789ABCDEF"[src[i] / 16]);
489 result.AppendChar("0123456789ABCDEF"[src[i] % 16]);
491 result.AppendChar('>');
494 result.AppendChar('(');
498 result.AppendChar('\\');
506 result.AppendChar(ch);
508 result.AppendChar(')');
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 34 pPDFFont->AppendChar(sWord, dwCharCode);
39 pPDFFont->AppendChar(sWord, Word);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 103 int AppendChar(FX_LPSTR str, FX_DWORD charcode) const;
fpdf_font.cpp 164 void CPDF_Font::AppendChar(CFX_ByteString& str, FX_DWORD charcode) const
167 int len = AppendChar(buf, charcode);
231 dest_pos += AppendChar(dest_buf + dest_pos, charcode);
663 m_MultiCharBuf.AppendChar(destcode.GetLength());
693 m_MultiCharBuf.AppendChar(destcode.GetLength());
716 m_MultiCharBuf.AppendChar(retcode.GetLength());
    [all...]
fpdf_font_cid.cpp 704 int CPDF_CMap::AppendChar(FX_LPSTR str, FX_DWORD charcode) const
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 157 void AppendChar(CFX_ByteString& str, FX_DWORD charcode) const;
159 virtual int AppendChar(FX_LPSTR buf, FX_DWORD charcode) const
506 virtual int AppendChar(FX_LPSTR str, FX_DWORD charcode) const;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 181 pPDFFont->AppendChar(sWord, dwCharCode);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 878 buf.AppendChar(pStyle[iIndex]);
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 449 milliseconds