Home
last modified time | relevance | path

Searched defs:AppendChar (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.cpp24 void CFX_CSSTextBuf::AppendChar(wchar_t wch) { in AppendChar() function in CFX_CSSTextBuf
Dcfx_csssyntaxparser.cpp190 bool CFX_CSSSyntaxParser::AppendChar(wchar_t wch) { in AppendChar() function in CFX_CSSSyntaxParser
/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.cpp13 void CFX_WideTextBuf::AppendChar(wchar_t ch) { in AppendChar() function in CFX_WideTextBuf
Dfx_bidi.cpp544 bool CFX_BidiChar::AppendChar(wchar_t wch) { in AppendChar() function in CFX_BidiChar
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp138 int CPDF_Font::AppendChar(char* buf, uint32_t charcode) const { in AppendChar() function in CPDF_Font
143 void CPDF_Font::AppendChar(ByteString* str, uint32_t charcode) const { in AppendChar() function in CPDF_Font
Dcpdf_cmap.cpp434 int CPDF_CMap::AppendChar(char* str, uint32_t charcode) const { in AppendChar() function in CPDF_CMap
Dcpdf_cidfont.cpp768 int CPDF_CIDFont::AppendChar(char* str, uint32_t charcode) const { in AppendChar() function in CPDF_CIDFont
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc33 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() function
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp67 CFX_BreakType CFX_RTFBreak::AppendChar(wchar_t wch) { in AppendChar() function in CFX_RTFBreak
Dcfx_txtbreak.cpp204 CFX_BreakType CFX_TxtBreak::AppendChar(wchar_t wch) { in AppendChar() function in CFX_TxtBreak
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp875 bool CXFA_TextLayout::AppendChar(const WideString& wsText, in AppendChar() function in CXFA_TextLayout