Home
last modified time | relevance | path

Searched refs:DTRedundantEnumeration (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtptngen_impl.h292 class DTRedundantEnumeration : public StringEnumeration {
294 DTRedundantEnumeration();
295 virtual ~DTRedundantEnumeration();
Ddtptngen.cpp297 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DTRedundantEnumeration) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1864 LocalPointer<StringEnumeration> output(new DTRedundantEnumeration(), status); in getRedundants()
1889 ((DTRedundantEnumeration *)output.getAlias())->add(*pattern, status); in getRedundants()
2860 DTRedundantEnumeration::DTRedundantEnumeration() : pos(0), fPatterns(nullptr) { in DTRedundantEnumeration() function in DTRedundantEnumeration
2864 DTRedundantEnumeration::add(const UnicodeString& pattern, UErrorCode& status) { in add()
2885 DTRedundantEnumeration::snext(UErrorCode& status) { in snext()
2893 DTRedundantEnumeration::reset(UErrorCode& /*status*/) { in reset()
2898 DTRedundantEnumeration::count(UErrorCode& /*status*/) const { in count()
2903 DTRedundantEnumeration::isCanonicalItem(const UnicodeString& item) const { in isCanonicalItem()
2915 DTRedundantEnumeration::~DTRedundantEnumeration() { in ~DTRedundantEnumeration()
/external/icu/libicu/cts_headers/
Ddtptngen_impl.h292 class DTRedundantEnumeration : public StringEnumeration {
294 DTRedundantEnumeration();
295 virtual ~DTRedundantEnumeration();