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

  /external/icu4c/i18n/unicode/
tznames.h 263 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
267 class U_I18N_API MatchInfoCollection : public UMemory {
273 MatchInfoCollection();
278 virtual ~MatchInfoCollection();
362 * @see MatchInfoCollection
365 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
  /external/icu4c/i18n/
tznames.cpp 125 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
298 TimeZoneNames::MatchInfoCollection*
374 // MatchInfoCollection class
376 TimeZoneNames::MatchInfoCollection::MatchInfoCollection()
380 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
387 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
404 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
421 TimeZoneNames::MatchInfoCollection::size() const
    [all...]

Completed in 550 milliseconds