Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h94 mutable CharacterIterator *fCharIter; variable
98 delete this->fCharIter; in clearCurrentCharIter()
99 this->fCharIter = NULL; in clearCurrentCharIter()
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()
105 if (this->fCharIter == NULL) { in getText()
108 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
111 return *this->fCharIter; in getText()
145 this->fCharIter = it; in adoptText()

Completed in 6 milliseconds