OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatchInfoCollection
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
tznames.h
283
* <code>
MatchInfoCollection
</code> represents a collection of time zone name matches used by
287
class U_I18N_API
MatchInfoCollection
: public UMemory {
293
MatchInfoCollection
();
298
virtual ~
MatchInfoCollection
();
384
* @see
MatchInfoCollection
387
virtual
MatchInfoCollection
* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/external/icu4c/i18n/
tznames.cpp
118
MatchInfoCollection
* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
291
TimeZoneNames::
MatchInfoCollection
*
351
//
MatchInfoCollection
class
353
TimeZoneNames::
MatchInfoCollection
::
MatchInfoCollection
()
357
TimeZoneNames::
MatchInfoCollection
::~
MatchInfoCollection
() {
364
TimeZoneNames::
MatchInfoCollection
::addZone(UTimeZoneNameType nameType, int32_t matchLength,
381
TimeZoneNames::
MatchInfoCollection
::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
398
TimeZoneNames::
MatchInfoCollection
::size() const
[
all
...]
Completed in 7406 milliseconds