Searched refs:CFX_CharIter (Results 1 – 2 of 2) sorted by relevance
16 CFX_CharIter::CFX_CharIter(const CFX_WideString& wsText) in CFX_CharIter() function in CFX_CharIter20 CFX_CharIter::~CFX_CharIter() {} in ~CFX_CharIter()21 void CFX_CharIter::Release() { in Release()24 FX_BOOL CFX_CharIter::Next(FX_BOOL bPrev) { in Next()38 FX_WCHAR CFX_CharIter::GetChar() { in GetChar()41 void CFX_CharIter::SetAt(int32_t nIndex) { in SetAt()47 int32_t CFX_CharIter::GetAt() const { in GetAt()50 FX_BOOL CFX_CharIter::IsEOF(FX_BOOL bTail) const { in IsEOF()53 IFX_CharIter* CFX_CharIter::Clone() { in Clone()54 CFX_CharIter* pIter = new CFX_CharIter(m_wsText); in Clone()[all …]
27 class CFX_CharIter : public IFX_CharIter {29 CFX_CharIter(const CFX_WideString& wsText);39 ~CFX_CharIter();