HomeSort by relevance Sort by last modified time
    Searched defs:MatchInfo (Results 1 - 9 of 9) sorted by null

  /external/valgrind/VEX/priv/
ir_match.h 73 MatchInfo;
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
  /external/icu/icu4c/source/i18n/
tznames.cpp 334 struct MatchInfo : UMemory {
340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
356 delete static_cast<MatchInfo *>(obj);
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
380 if (matchInfo == NULL) {
384 matches(status)->addElement(matchInfo, status);
386 delete matchInfo;
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 341 * @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 {
362 * Constructing a <code>MatchInfo</code>.
375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) {
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/llvm/utils/FileCheck/
FileCheck.cpp 430 SmallVector<StringRef, 4> MatchInfo;
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];
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 755 milliseconds