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

/external/valgrind/VEX/priv/
H A Dir_match.h73 MatchInfo; typedef in typeref:struct:__anon15660
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java341 * @see MatchInfo
345 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) {
350 * A <code>MatchInfo</code> represents a time zone name match used by
355 public static class MatchInfo { class in class:TimeZoneNames
362 * Constructing a <code>MatchInfo</code>.
375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { method in class:TimeZoneNames.MatchInfo
394 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
409 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
568 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];
442 assert(I->second < MatchInfo.size() && "Internal paren error");
443 VariableTable[I->first] = MatchInfo[I->second];
/external/sqlite/dist/orig/
H A Dsqlite3.c148711 typedef struct MatchInfo MatchInfo; typedef in typeref:struct:MatchInfo
148712 struct MatchInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c148741 typedef struct MatchInfo MatchInfo; typedef in typeref:struct:MatchInfo
148742 struct MatchInfo { struct
[all...]

Completed in 1583 milliseconds