Home
last modified time | relevance | path

Searched refs:AppendCodePoint (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_utf8decoder.cpp14 void CFX_UTF8Decoder::AppendCodePoint(uint32_t ch) { in AppendCodePoint() function in CFX_UTF8Decoder
29 AppendCodePoint(m_PendingChar); in Input()
Dcfx_utf8decoder.h18 void AppendCodePoint(uint32_t ch);
/external/pdfium/core/fxcrt/xml/
Dcxml_parser.cpp294 decoder.AppendCodePoint(GetCharRef()); in GetAttrValue()
447 decoder.AppendCodePoint(GetCharRef()); in ParseElementInternal()