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

  /external/valgrind/VEX/priv/
ir_match.h 73 MatchInfo;
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
ir_match.c 45 void setBindee ( MatchInfo* mi, Int n, IRExpr* bindee )
60 Bool matchWrk ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
99 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
host_x86_isel.c 853 MatchInfo mi;
    [all...]
host_amd64_isel.c 918 MatchInfo mi;
    [all...]
host_arm_isel.c     [all...]
host_ppc_isel.c     [all...]
  /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/impl/
TZDBTimeZoneNames.java 126 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
223 private Collection<MatchInfo> _matches;
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
305 _matches = new LinkedList<MatchInfo>();
317 public Collection<MatchInfo> getMatches() {
TimeZoneGenericNames.java 26 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
641 GenericMatchInfo matchInfo = new GenericMatchInfo();
642 matchInfo.tzID = info.tzID;
643 matchInfo.nameType = info.type;
644 matchInfo.matchLength = matchLength;
645 //matchInfo.timeType = TimeType.UNKNOWN;
649 _matches.add(matchInfo);
697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
699 MatchInfo longestMatch = null;
700 for (MatchInfo match : tznamesMatches)
    [all...]
TimeZoneNamesImpl.java 196 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
357 private Collection<MatchInfo> _matches;
373 MatchInfo minfo;
375 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength);
378 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength);
381 _matches = new LinkedList<MatchInfo>();
395 public Collection<MatchInfo> getMatches() {
  /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) {
TimeZoneFormat.java 41 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 75 struct MatchInfo;
  /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 
  /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 712 milliseconds