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

/external/icu4c/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/icu4c/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/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1255 #define ForwardCharacterIterator ForwardCharacterIterator_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1255 #define ForwardCharacterIterator ForwardCharacterIterator_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1255 #define ForwardCharacterIterator ForwardCharacterIterator_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1255 #define ForwardCharacterIterator ForwardCharacterIterator_3_2 macro

Completed in 1099 milliseconds