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

  /external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp 16 CFX_CharIter::CFX_CharIter(const CFX_WideString& wsText)
20 CFX_CharIter::~CFX_CharIter() {}
21 void CFX_CharIter::Release() {
24 FX_BOOL CFX_CharIter::Next(FX_BOOL bPrev) {
38 FX_WCHAR CFX_CharIter::GetChar() {
41 void CFX_CharIter::SetAt(int32_t nIndex) {
47 int32_t CFX_CharIter::GetAt() const {
50 FX_BOOL CFX_CharIter::IsEOF(FX_BOOL bTail) const {
    [all...]
fx_wordbreak_impl.h 27 class CFX_CharIter : public IFX_CharIter {
29 CFX_CharIter(const CFX_WideString& wsText);
39 ~CFX_CharIter();

Completed in 48 milliseconds