Home
last modified time | relevance | path

Searched refs:fCharIter (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp41 : BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
48 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
101 if (this->fCharIter == NULL) { in getText()
104 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
107 return *this->fCharIter; in getText()
141 this->fCharIter = it; in adoptText()
H A Dcodepointiterator_internal.h90 mutable CharacterIterator *fCharIter; variable
94 delete this->fCharIter; in clearCurrentCharIter()
95 this->fCharIter = NULL; in clearCurrentCharIter()

Completed in 9 milliseconds