Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp39 : BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
46 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
100 if (this->fCharIter == NULL) { in getText()
103 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
106 return *this->fCharIter; in getText()
140 this->fCharIter = it; in adoptText()
H A Dcodepointiterator_internal.h87 mutable CharacterIterator *fCharIter; variable
91 delete this->fCharIter; in clearCurrentCharIter()
92 this->fCharIter = NULL; in clearCurrentCharIter()

Completed in 8 milliseconds