HomeSort by relevance Sort by last modified time
    Searched refs:CFX_UTF8Decoder (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxcrt/
cfx_utf8decoder.h 12 class CFX_UTF8Decoder {
14 CFX_UTF8Decoder() { m_PendingBytes = 0; }
cfx_utf8decoder.cpp 7 #include "core/fxcrt/cfx_utf8decoder.h"
9 void CFX_UTF8Decoder::Clear() {
14 void CFX_UTF8Decoder::AppendCodePoint(uint32_t ch) {
18 void CFX_UTF8Decoder::Input(uint8_t byte) {
bytestring.cpp 15 #include "core/fxcrt/cfx_utf8decoder.h"
692 CFX_UTF8Decoder decoder;
widestring.cpp 15 #include "core/fxcrt/cfx_utf8decoder.h"
879 CFX_UTF8Decoder decoder;
  /external/pdfium/core/fxcrt/xml/
cxml_parser.h 16 class CFX_UTF8Decoder;
42 void InsertCDATASegment(CFX_UTF8Decoder& decoder, CXML_Element* pElement);

Completed in 304 milliseconds