Home
last modified time | relevance | path

Searched refs:fCharIter (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp37 : BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
44 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
98 if (this->fCharIter == NULL) { in getText()
101 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
104 return *this->fCharIter; in getText()
138 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 12 milliseconds