Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.cpp127 int CPDF_Font::AppendChar(char* buf, uint32_t charcode) const { in AppendChar() function in CPDF_Font
132 void CPDF_Font::AppendChar(ByteString* str, uint32_t charcode) const { in AppendChar() function in CPDF_Font
H A Dcpdf_cmap.cpp454 int CPDF_CMap::AppendChar(char* str, uint32_t charcode) const { in AppendChar() function in CPDF_CMap
H A Dcpdf_cidfont.cpp844 int CPDF_CIDFont::AppendChar(char* str, uint32_t charcode) const { in AppendChar() function in CPDF_CIDFont
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_bidi.cpp18 bool CFX_BidiChar::AppendChar(wchar_t wch) { in AppendChar() function in CFX_BidiChar
H A Dwidetext_buffer.cpp36 void WideTextBuffer::AppendChar(wchar_t ch) { in AppendChar() function in fxcrt::WideTextBuffer
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc33 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() function
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_rtfbreak.cpp70 CFGAS_Char::BreakType CFGAS_RTFBreak::AppendChar(wchar_t wch) { in AppendChar() function in CFGAS_RTFBreak
H A Dcfgas_txtbreak.cpp214 CFGAS_Char::BreakType CFGAS_TxtBreak::AppendChar(wchar_t wch) { in AppendChar() function in CFGAS_TxtBreak
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp905 bool CXFA_TextLayout::AppendChar(const WideString& wsText, in AppendChar() function in CXFA_TextLayout