Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp39 : BreakIterator(), lastCodePoint(U_SENTINEL), fCharIter(NULL) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
46 : BreakIterator(other), fText(NULL), lastCodePoint(U_SENTINEL), fCharIter(NULL) in CodePointBreakIterator()
103 if (this->fCharIter == NULL) { in getText()
106 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
109 return *this->fCharIter; in getText()
143 this->fCharIter = it; in adoptText()
H A Dcodepointiterator_internal.h92 mutable CharacterIterator *fCharIter; variable
96 delete this->fCharIter; in clearCurrentCharIter()
97 this->fCharIter = NULL; in clearCurrentCharIter()

Completed in 12 milliseconds