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

  /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...]
schriter.h 40 * @see ForwardCharacterIterator
117 * @param that The ForwardCharacterIterator to be compared for equality
122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
uchriter.h 30 * @see ForwardCharacterIterator
112 * @param that The ForwardCharacterIterator used to be compared for equality
117 virtual UBool operator==(const ForwardCharacterIterator& that) const;
urename.h     [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...]
schriter.h 40 * @see ForwardCharacterIterator
117 * @param that The ForwardCharacterIterator to be compared for equality
122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
uchriter.h 30 * @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/common/
chariter.cpp 12 ForwardCharacterIterator::~ForwardCharacterIterator() {}
13 ForwardCharacterIterator::ForwardCharacterIterator()
16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other)
67 ForwardCharacterIterator(that),
74 ForwardCharacterIterator::operator=(that);
schriter.cpp 81 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
uchriter.cpp 67 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
  /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);
schriter.cpp 81 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
uchriter.cpp 68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.h 13 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) {}
sfwdchit.cpp 71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
citrtest.cpp 52 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.h 13 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) {}
sfwdchit.cpp 71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
citrtest.cpp 53 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{
    [all...]

Completed in 324 milliseconds