Searched refs:ForwardCharacterIterator (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp12 ForwardCharacterIterator::~ForwardCharacterIterator() {}
13 ForwardCharacterIterator::ForwardCharacterIterator() function in class:ForwardCharacterIterator
16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) function in class:ForwardCharacterIterator
69 ForwardCharacterIterator(that),
76 ForwardCharacterIterator::operator=(that);
H A Dschriter.cpp81 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
H A Duchriter.cpp68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
/external/icu/icu4c/source/common/
H A Dchariter.cpp12 ForwardCharacterIterator::~ForwardCharacterIterator() {}
13 ForwardCharacterIterator::ForwardCharacterIterator() function in class:ForwardCharacterIterator
16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) function in class:ForwardCharacterIterator
69 ForwardCharacterIterator(that),
76 ForwardCharacterIterator::operator=(that);
H A Dschriter.cpp81 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
H A Duchriter.cpp68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dchariter.h45 * <p>ForwardCharacterIterator provides nextPostInc() to access
70 * void function1(ForwardCharacterIterator &it) {
78 * void function1(ForwardCharacterIterator &it) {
80 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
89 class U_COMMON_API ForwardCharacterIterator : public UObject { class in inherits:UObject
92 * Value returned by most of ForwardCharacterIterator's functions
102 virtual ~ForwardCharacterIterator();
107 * @param that The ForwardCharacterIterator to be compared for equality
112 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0;
118 * @param that The ForwardCharacterIterator t
184 operator =(const ForwardCharacterIterator&) argument
[all...]
H A Dschriter.h40 * @see ForwardCharacterIterator
117 * @param that The ForwardCharacterIterator to be compared for equality
122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
H A Duchriter.h30 * @see ForwardCharacterIterator
112 * @param that The ForwardCharacterIterator used to be compared for equality
117 virtual UBool operator==(const ForwardCharacterIterator& that) const;
/external/icu/icu4c/source/common/unicode/
H A Dchariter.h45 * <p>ForwardCharacterIterator provides nextPostInc() to access
70 * void function1(ForwardCharacterIterator &it) {
78 * void function1(ForwardCharacterIterator &it) {
80 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
89 class U_COMMON_API ForwardCharacterIterator : public UObject { class in inherits:UObject
92 * Value returned by most of ForwardCharacterIterator's functions
102 virtual ~ForwardCharacterIterator();
107 * @param that The ForwardCharacterIterator to be compared for equality
112 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0;
118 * @param that The ForwardCharacterIterator t
184 operator =(const ForwardCharacterIterator&) argument
[all...]
H A Dschriter.h40 * @see ForwardCharacterIterator
117 * @param that The ForwardCharacterIterator to be compared for equality
122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
H A Duchriter.h30 * @see ForwardCharacterIterator
112 * @param that The ForwardCharacterIterator used to be compared for equality
117 virtual UBool operator==(const ForwardCharacterIterator& that) const;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.h13 class SimpleFwdCharIterator : public ForwardCharacterIterator {
24 // not used -- virtual UBool operator==(const ForwardCharacterIterator& that) const;
32 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
65 : ForwardCharacterIterator(other) {}
H A Dsfwdchit.cpp71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
H A Dcitrtest.cpp53 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{
1084 virtual UBool operator==(const ForwardCharacterIterator &that) const {
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h13 class SimpleFwdCharIterator : public ForwardCharacterIterator {
24 // not used -- virtual UBool operator==(const ForwardCharacterIterator& that) const;
32 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
65 : ForwardCharacterIterator(other) {}
H A Dsfwdchit.cpp71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
H A Dcitrtest.cpp53 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{
1084 virtual UBool operator==(const ForwardCharacterIterator &that) const {

Completed in 1249 milliseconds