Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp23 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0;
24 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
27 SimpleFwdCharIterator::SimpleFwdCharIterator(const UnicodeString& s) {
44 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { in SimpleFwdCharIterator() function in SimpleFwdCharIterator
68 SimpleFwdCharIterator::~SimpleFwdCharIterator() { in ~SimpleFwdCharIterator()
73 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
94 int32_t SimpleFwdCharIterator::hashCode(void) const { in hashCode()
99 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key); in hashCode()
104 UClassID SimpleFwdCharIterator::getDynamicClassID(void) const { in getDynamicClassID()
108 UChar SimpleFwdCharIterator::nextPostInc(void) { in nextPostInc()
[all …]
Dsfwdchit.h15 class SimpleFwdCharIterator : public ForwardCharacterIterator {
18 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
20 virtual ~SimpleFwdCharIterator();
65 SimpleFwdCharIterator() {} in SimpleFwdCharIterator() function
66 SimpleFwdCharIterator(const SimpleFwdCharIterator &other) in SimpleFwdCharIterator() function
68 SimpleFwdCharIterator &operator=(const SimpleFwdCharIterator&) { return *this; }