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

  /external/icu/icu4c/source/i18n/unicode/
tznames.h 304 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
308 class U_I18N_API MatchInfoCollection : public UMemory {
314 MatchInfoCollection();
319 virtual ~MatchInfoCollection();
405 * @see MatchInfoCollection
408 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
  /external/icu/icu4c/source/i18n/
tznames.cpp 124 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
296 TimeZoneNames::MatchInfoCollection*
399 // MatchInfoCollection class
401 TimeZoneNames::MatchInfoCollection::MatchInfoCollection()
405 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
446 TimeZoneNames::MatchInfoCollection::size() const
    [all...]

Completed in 119 milliseconds