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

  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 24 FX_BOOL CFX_BidiChar::AppendChar(FX_WCHAR wch)
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_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...]
  /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/include/fxcrt/
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/fpdfapi/fpdf_font/
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...]

Completed in 1076 milliseconds