HomeSort by relevance Sort by last modified time
    Searched refs:SimpleFwdCharIterator (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
sfwdchit.h 13 class SimpleFwdCharIterator : public ForwardCharacterIterator {
15 // not used -- SimpleFwdCharIterator(const UnicodeString& s);
16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
18 virtual ~SimpleFwdCharIterator();
63 SimpleFwdCharIterator() {}
64 SimpleFwdCharIterator(const SimpleFwdCharIterator &other)
66 SimpleFwdCharIterator &operator=(const SimpleFwdCharIterator&) { return *this; }
sfwdchit.cpp 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
    [all...]

Completed in 36 milliseconds