HomeSort by relevance Sort by last modified time
    Searched full:matchinfocollection (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
tznames.cpp 119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
361 // MatchInfoCollection class
363 TimeZoneNames::MatchInfoCollection::MatchInfoCollection()
367 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
408 TimeZoneNames::MatchInfoCollection::size() const
    [all...]
tznames_impl.h 185 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
234 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
tznames_impl.cpp 804 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
809 TimeZoneNames::MatchInfoCollection* fResults;
837 fResults = new TimeZoneNames::MatchInfoCollection();
860 TimeZoneNames::MatchInfoCollection*
863 TimeZoneNames::MatchInfoCollection* results = fResults;
    [all...]
tzgnames.cpp 320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
923 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
    [all...]
tzfmt.cpp 944 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 292 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
296 class U_I18N_API MatchInfoCollection : public UMemory {
302 MatchInfoCollection();
307 virtual ~MatchInfoCollection();
393 * @see MatchInfoCollection
396 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
tzfmt.h     [all...]

Completed in 108 milliseconds