Searched defs:MatchInfo (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_match.h73 MatchInfo; typedef in typeref:struct:__anon18462
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java311 * @see MatchInfo
314 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) {
319 * A <code>MatchInfo</code> represents a time zone name match used by
323 public static class MatchInfo { class in class:TimeZoneNames
330 * Constructing a <code>MatchInfo</code>.
342 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { method in class:TimeZoneNames.MatchInfo
361 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
375 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
566 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java340 * @see MatchInfo
344 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) {
349 * A <code>MatchInfo</code> represents a time zone name match used by
354 public static class MatchInfo { class in class:TimeZoneNames
361 * Constructing a <code>MatchInfo</code>.
374 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { method in class:TimeZoneNames.MatchInfo
393 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
408 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
598 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp334 struct MatchInfo : UMemory { struct in inherits:UMemory
340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { function in struct:MatchInfo
356 delete static_cast<MatchInfo *>(obj);
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
426 const MatchInfo* matc
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp430 SmallVector<StringRef, 4> MatchInfo; local
431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
435 assert(!MatchInfo.empty() && "Didn't get any match");
436 StringRef FullMatch = MatchInfo[0];
440 assert(VariableDef.second < MatchInfo.size() && "Internal paren error");
441 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second];
/external/sqlite/dist/orig/
H A Dsqlite3.c151666 typedef struct MatchInfo MatchInfo; typedef in typeref:struct:MatchInfo
151667 struct MatchInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c151696 typedef struct MatchInfo MatchInfo; typedef in typeref:struct:MatchInfo
151697 struct MatchInfo { struct
[all...]

Completed in 609 milliseconds