Home
last modified time | relevance | path

Searched refs:MatchInfo (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dx86-64-static-relo-movl.ll6 %struct.MatchInfo = type [64 x i64]
8 @NO_MATCH = internal constant %struct.MatchInfo zeroinitializer, align 8
11 %pending = alloca %struct.MatchInfo, align 8
12 %t = bitcast %struct.MatchInfo* %pending to i8*
13 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* %t, i8* bitcast (%struct.MatchInfo* @NO_MATCH to i8*), i6…
14 %u = getelementptr inbounds %struct.MatchInfo, %struct.MatchInfo* %pending, i32 0, i32 2
/external/icu/icu4c/source/i18n/
Dtznames.cpp334 struct MatchInfo : UMemory { struct
340MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() function
356 delete static_cast<MatchInfo *>(obj); in deleteMatchInfo()
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone()
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone()
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt()
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt()
436 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt()
447 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMetaZoneIDAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java126 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
223 private Collection<MatchInfo> _matches;
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
305 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
317 public Collection<MatchInfo> getMatches() { in getMatches()
DTimeZoneGenericNames.java26 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch()
699 MatchInfo longestMatch = null; in findBestMatch()
700 for (MatchInfo match : tznamesMatches) { in findBestMatch()
764 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find()
767 for (MatchInfo match : tznamesMatches) { in find()
782 private GenericMatchInfo createGenericMatchInfo(MatchInfo matchInfo) { in createGenericMatchInfo()
830 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames()
831 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames()
DTimeZoneNamesImpl.java196 …public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nam… in find()
357 private Collection<MatchInfo> _matches;
373 MatchInfo minfo; in handlePrefixMatch()
375 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch()
378 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch()
381 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
395 public Collection<MatchInfo> getMatches() { in getMatches()
/external/valgrind/VEX/priv/
Dir_match.c45 void setBindee ( MatchInfo* mi, Int n, IRExpr* bindee ) in setBindee()
60 Bool matchWrk ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ ) in matchWrk()
99 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ ) in matchIRExpr()
Dir_match.h73 MatchInfo; typedef
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
Dhost_x86_isel.c853 MatchInfo mi; in iselIntExpr_R_wrk()
1788 MatchInfo mi; in iselCondCode_wrk()
2087 MatchInfo mi; in iselInt64Expr_wrk()
3273 MatchInfo mi; in iselVecExpr_wrk()
Dhost_amd64_isel.c918 MatchInfo mi; in iselIntExpr_R_wrk()
1947 MatchInfo mi; in iselIntExpr_AMode_wrk()
2208 MatchInfo mi; in iselCondCode_wrk()
Dhost_arm_isel.c2191 MatchInfo mi; in iselNeon64Expr_wrk()
3804 MatchInfo mi; in iselNeonExpr_wrk()
Dhost_ppc_isel.c1401 MatchInfo mi; in iselWordExpr_R_wrk()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java345 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find()
355 public static class MatchInfo { class in TimeZoneNames
375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
568 … public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
DTimeZoneFormat.java41 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
1198 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse()
1200 MatchInfo specificMatch = null; in parse()
1201 for (MatchInfo match : specificMatches) { in parse()
1218 Collection<MatchInfo> tzdbNameMatches = in parse()
1221 MatchInfo tzdbNameMatch = null; in parse()
1222 for (MatchInfo match : tzdbNameMatches) { in parse()
1412 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
1413 MatchInfo specificMatch = null; in parse()
1416 for (MatchInfo match : specificMatches) { in parse()
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp430 SmallVector<StringRef, 4> MatchInfo; in Match() local
431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
435 assert(!MatchInfo.empty() && "Didn't get any match"); in Match()
436 StringRef FullMatch = MatchInfo[0]; in Match()
442 assert(I->second < MatchInfo.size() && "Internal paren error"); in Match()
443 VariableTable[I->first] = MatchInfo[I->second]; in Match()
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h75 struct MatchInfo;
/external/sqlite/dist/
Dsqlite3.c148741 typedef struct MatchInfo MatchInfo;
148742 struct MatchInfo {
149434 MatchInfo *p = (MatchInfo *)pCtx;
149451 MatchInfo *p = (MatchInfo *)pCtx;
149477 MatchInfo *p = (MatchInfo *)pCtx;
149533 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){
149651 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){
149738 MatchInfo *pInfo, /* Matchinfo context object */
149846 MatchInfo sInfo;
149851 memset(&sInfo, 0, sizeof(MatchInfo));
/external/sqlite/dist/orig/
Dsqlite3.c148711 typedef struct MatchInfo MatchInfo;
148712 struct MatchInfo {
149404 MatchInfo *p = (MatchInfo *)pCtx;
149421 MatchInfo *p = (MatchInfo *)pCtx;
149447 MatchInfo *p = (MatchInfo *)pCtx;
149503 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){
149621 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){
149708 MatchInfo *pInfo, /* Matchinfo context object */
149816 MatchInfo sInfo;
149821 memset(&sInfo, 0, sizeof(MatchInfo));