Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp66 this->lastCodePoint = that.lastCodePoint; in operator =()
148 this->lastCodePoint = U_SENTINEL; in first()
157 this->lastCodePoint = U_SENTINEL; in last()
164 this->lastCodePoint = UTEXT_PREVIOUS32(this->fText); in previous()
165 if (this->lastCodePoint == U_SENTINEL) { in previous()
174 this->lastCodePoint = UTEXT_NEXT32(this->fText); in next()
175 if (this->lastCodePoint == U_SENTINEL) { in next()
190 if (this->lastCodePoint == U_SENTINEL) { in following()
200 if (this->lastCodePoint == U_SENTINEL) { in preceding()
223 this->lastCodePoint = UTEXT_CURRENT32(this->fText); in next()
[all …]
H A Dcodepointiterator_internal.h84 return this->lastCodePoint; in getLastCodePoint()
89 UChar32 lastCodePoint; variable
96 this->lastCodePoint = U_SENTINEL; in clearCurrentCharIter()

Completed in 9 milliseconds