Home | History | Annotate | Download | only in intltest

Lines Matching refs:SimpleFwdCharIterator

21 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0;
22 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
25 SimpleFwdCharIterator::SimpleFwdCharIterator(const UnicodeString& s) {
42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
66 SimpleFwdCharIterator::~SimpleFwdCharIterator() {
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
92 int32_t SimpleFwdCharIterator::hashCode(void) const {
97 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key);
102 UClassID SimpleFwdCharIterator::getDynamicClassID(void) const {
106 UChar SimpleFwdCharIterator::nextPostInc(void) {
114 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
118 UBool SimpleFwdCharIterator::hasNext() {