Searched refs:lastCodePoint (Results 1 – 2 of 2) sorted by relevance
66 this->lastCodePoint = that.lastCodePoint; in operator =()152 this->lastCodePoint = U_SENTINEL; in first()161 this->lastCodePoint = U_SENTINEL; in last()168 this->lastCodePoint = UTEXT_PREVIOUS32(this->fText); in previous()169 if (this->lastCodePoint == U_SENTINEL) { in previous()178 this->lastCodePoint = UTEXT_NEXT32(this->fText); in next()179 if (this->lastCodePoint == U_SENTINEL) { in next()194 if (this->lastCodePoint == U_SENTINEL) { in following()204 if (this->lastCodePoint == U_SENTINEL) { in preceding()227 this->lastCodePoint = UTEXT_CURRENT32(this->fText); in next()[all …]
88 return this->lastCodePoint; in getLastCodePoint()93 UChar32 lastCodePoint; variable100 this->lastCodePoint = U_SENTINEL; in clearCurrentCharIter()
Completed in 5 milliseconds