Searched defs:MatchInfoCollection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h282 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
286 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
292 MatchInfoCollection();
297 virtual ~MatchInfoCollection();
383 * @see MatchInfoCollection
386 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h280 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
284 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
290 MatchInfoCollection();
295 virtual ~MatchInfoCollection();
381 * @see MatchInfoCollection
384 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
347 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
388 TimeZoneNames::MatchInfoCollection
[all...]
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
347 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
388 TimeZoneNames::MatchInfoCollection
[all...]

Completed in 262 milliseconds