Home
last modified time | relevance | path

Searched defs:AppendChar (Results 1 – 13 of 13) 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.cpp200 bool CFX_CSSSyntaxParser::AppendChar(wchar_t wch) { in AppendChar() function in CFX_CSSSyntaxParser
/external/pdfium/core/fxcrt/
Dfx_bidi.cpp17 bool CFX_BidiChar::AppendChar(wchar_t wch) { in AppendChar() function in CFX_BidiChar
Dcfx_widetextbuf.cpp13 void CFX_WideTextBuf::AppendChar(wchar_t ch) { in AppendChar() function in CFX_WideTextBuf
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp132 int CPDF_Font::AppendChar(char* buf, uint32_t charcode) const { in AppendChar() function in CPDF_Font
137 void CPDF_Font::AppendChar(ByteString* str, uint32_t charcode) const { in AppendChar() function in CPDF_Font
Dcpdf_cmap.cpp420 int CPDF_CMap::AppendChar(char* str, uint32_t charcode) const { in AppendChar() function in CPDF_CMap
Dcpdf_cidfont.cpp745 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() function
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp68 CFX_BreakType CFX_RTFBreak::AppendChar(wchar_t wch) { in AppendChar() function in CFX_RTFBreak
Dcfx_txtbreak.cpp230 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
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp277 void FormatEntity::Entry::AppendChar(char ch) { in AppendChar() function in FormatEntity::Entry