HomeSort by relevance Sort by last modified time
    Searched defs:ForwardCharacterIterator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
chariter.cpp 12 ForwardCharacterIterator::~ForwardCharacterIterator() {}
13 ForwardCharacterIterator::ForwardCharacterIterator()
16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other)
69 ForwardCharacterIterator(that),
76 ForwardCharacterIterator::operator=(that);
  /external/icu/icu4c/source/common/
chariter.cpp 12 ForwardCharacterIterator::~ForwardCharacterIterator() {}
13 ForwardCharacterIterator::ForwardCharacterIterator()
16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other)
69 ForwardCharacterIterator(that),
76 ForwardCharacterIterator::operator=(that);
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 45 * <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 {
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 to be compared for inequalit
    [all...]
  /external/icu/icu4c/source/common/unicode/
chariter.h 45 * <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 {
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 to be compared for inequalit
    [all...]

Completed in 4454 milliseconds