Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_simple_parser.h>
Public Member Functions | |
CPDF_SimpleParser (pdfium::span< const uint8_t > input) | |
~CPDF_SimpleParser () | |
ByteStringView | GetWord () |
void | SetCurPos (uint32_t pos) |
uint32_t | GetCurPos () const |
Definition at line 15 of file cpdf_simple_parser.h.
|
explicit |
Definition at line 11 of file cpdf_simple_parser.cpp.
References CPDF_SimpleParser().
Referenced by CPDF_SimpleParser().
|
default |
|
inline |
Definition at line 23 of file cpdf_simple_parser.h.
Referenced by TEST().
ByteStringView CPDF_SimpleParser::GetWord | ( | ) |
Definition at line 16 of file cpdf_simple_parser.cpp.
References PDFCharIsDelimiter(), PDFCharIsLineEnding(), PDFCharIsNumeric(), PDFCharIsOther(), and PDFCharIsWhitespace().
Referenced by CPDF_DefaultAppearance::GetColor(), and CPDF_DefaultAppearance::GetFont().
|
inline |
Definition at line 22 of file cpdf_simple_parser.h.