Home
last modified time | relevance | path

Searched defs:MatchInfo (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames.cpp334 struct MatchInfo : UMemory { struct
340MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() argument
/external/valgrind/VEX/priv/
Dir_match.h73 MatchInfo; typedef
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java355 public static class MatchInfo { class in TimeZoneNames
375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
/external/llvm/utils/FileCheck/
DFileCheck.cpp430 SmallVector<StringRef, 4> MatchInfo; in Match() local