Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp21 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) { in SimpleFwdCharIterator() function in SimpleFwdCharIterator
66 SimpleFwdCharIterator::~SimpleFwdCharIterator() { in ~SimpleFwdCharIterator()
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
92 int32_t SimpleFwdCharIterator::hashCode(void) const { in hashCode()
97 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key); in hashCode()
102 UClassID SimpleFwdCharIterator::getDynamicClassID(void) const { in getDynamicClassID()
106 UChar SimpleFwdCharIterator::nextPostInc(void) { in nextPostInc()
[all …]
Dsfwdchit.h13 class SimpleFwdCharIterator : public ForwardCharacterIterator {
16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
18 virtual ~SimpleFwdCharIterator();
63 SimpleFwdCharIterator() {} in SimpleFwdCharIterator() function
64 SimpleFwdCharIterator(const SimpleFwdCharIterator &other) in SimpleFwdCharIterator() function
66 SimpleFwdCharIterator &operator=(const SimpleFwdCharIterator&) { return *this; }