Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp64 this->lastCodePoint = that.lastCodePoint; in operator =()
150 this->lastCodePoint = U_SENTINEL; in first()
159 this->lastCodePoint = U_SENTINEL; in last()
166 this->lastCodePoint = UTEXT_PREVIOUS32(this->fText); in previous()
167 if (this->lastCodePoint == U_SENTINEL) { in previous()
176 this->lastCodePoint = UTEXT_NEXT32(this->fText); in next()
177 if (this->lastCodePoint == U_SENTINEL) { in next()
192 if (this->lastCodePoint == U_SENTINEL) { in following()
202 if (this->lastCodePoint == U_SENTINEL) { in preceding()
225 this->lastCodePoint = UTEXT_CURRENT32(this->fText); in next()
[all …]
H A Dcodepointiterator_internal.h86 return this->lastCodePoint; in getLastCodePoint()
91 UChar32 lastCodePoint; variable
98 this->lastCodePoint = U_SENTINEL; in clearCurrentCharIter()

Completed in 9 milliseconds