Searched defs:ForwardCharacterIterator (Results 1 - 4 of 4) 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);
/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);
/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...]
/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...]

Completed in 524 milliseconds