Searched refs:lastCodePoint (Results 1 – 2 of 2) sorted by relevance
63 this->lastCodePoint = that.lastCodePoint; in operator =()145 this->lastCodePoint = U_SENTINEL; in first()154 this->lastCodePoint = U_SENTINEL; in last()161 this->lastCodePoint = UTEXT_PREVIOUS32(this->fText); in previous()162 if (this->lastCodePoint == U_SENTINEL) { in previous()171 this->lastCodePoint = UTEXT_NEXT32(this->fText); in next()172 if (this->lastCodePoint == U_SENTINEL) { in next()187 if (this->lastCodePoint == U_SENTINEL) { in following()197 if (this->lastCodePoint == U_SENTINEL) { in preceding()220 this->lastCodePoint = UTEXT_CURRENT32(this->fText); in next()[all …]
81 return this->lastCodePoint; in getLastCodePoint()86 UChar32 lastCodePoint; variable93 this->lastCodePoint = U_SENTINEL; in clearCurrentCharIter()
Completed in 15 milliseconds