HomeSort by relevance Sort by last modified time
    Searched defs:CFX_CharIter (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
cfx_chariter.cpp 7 #include "xfa/fde/cfx_chariter.h"
9 CFX_CharIter::CFX_CharIter(const CFX_WideString& wsText)
14 CFX_CharIter::~CFX_CharIter() {}
16 bool CFX_CharIter::Next(bool bPrev) {
29 FX_WCHAR CFX_CharIter::GetChar() {
33 void CFX_CharIter::SetAt(int32_t nIndex) {
39 int32_t CFX_CharIter::GetAt() const {
43 bool CFX_CharIter::IsEOF(bool bTail) const
    [all...]
cfx_chariter.h 14 class CFX_CharIter : public IFX_CharIter {
16 explicit CFX_CharIter(const CFX_WideString& wsText);
17 ~CFX_CharIter() override;

Completed in 49 milliseconds