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 306 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
310 class U_I18N_API MatchInfoCollection : public UMemory {
316 MatchInfoCollection();
321 virtual ~MatchInfoCollection();
407 * @see MatchInfoCollection
410 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 1184 milliseconds