lastCodePoint 63 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = that.lastCodePoint; lastCodePoint 145 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = U_SENTINEL; lastCodePoint 154 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = U_SENTINEL; lastCodePoint 161 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = UTEXT_PREVIOUS32(this->fText); lastCodePoint 162 ext/intl/breakiterator/codepointiterator_internal.cpp if (this->lastCodePoint == U_SENTINEL) { lastCodePoint 171 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = UTEXT_NEXT32(this->fText); lastCodePoint 172 ext/intl/breakiterator/codepointiterator_internal.cpp if (this->lastCodePoint == U_SENTINEL) { lastCodePoint 186 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = utext_next32From(this->fText, offset); lastCodePoint 187 ext/intl/breakiterator/codepointiterator_internal.cpp if (this->lastCodePoint == U_SENTINEL) { lastCodePoint 196 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = utext_previous32From(this->fText, offset); lastCodePoint 197 ext/intl/breakiterator/codepointiterator_internal.cpp if (this->lastCodePoint == U_SENTINEL) { lastCodePoint 220 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = UTEXT_CURRENT32(this->fText); lastCodePoint 223 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = U_SENTINEL; lastCodePoint 81 ext/intl/breakiterator/codepointiterator_internal.h return this->lastCodePoint; lastCodePoint 86 ext/intl/breakiterator/codepointiterator_internal.h UChar32 lastCodePoint; lastCodePoint 93 ext/intl/breakiterator/codepointiterator_internal.h this->lastCodePoint = U_SENTINEL;