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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tznames.h 282 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
286 class U_I18N_API MatchInfoCollection : public UMemory {
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;
tzfmt.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 280 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
284 class U_I18N_API MatchInfoCollection : public UMemory {
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;
tzfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tznames.cpp 119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::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::size() const
    [all...]
tznames_impl.h 185 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
tznames_impl.cpp 774 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
779 TimeZoneNames::MatchInfoCollection* fResults;
807 fResults = new TimeZoneNames::MatchInfoCollection();
830 TimeZoneNames::MatchInfoCollection*
833 TimeZoneNames::MatchInfoCollection* results = fResults;
    [all...]
tzgnames.cpp 320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
    [all...]
tzfmt.cpp 934 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
    [all...]
  /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*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::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::size() const
    [all...]
tznames_impl.h 185 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
tznames_impl.cpp 774 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
779 TimeZoneNames::MatchInfoCollection* fResults;
807 fResults = new TimeZoneNames::MatchInfoCollection();
830 TimeZoneNames::MatchInfoCollection*
833 TimeZoneNames::MatchInfoCollection* results = fResults;
    [all...]
tzgnames.cpp 320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
    [all...]
tzfmt.cpp 934 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
    [all...]

Completed in 1068 milliseconds