Searched refs:MatchInfo (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/i18n/ |
D | tznames.cpp | 347 struct MatchInfo : UMemory { struct 353 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() argument 369 delete static_cast<MatchInfo *>(obj); in deleteMatchInfo() 392 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone() 409 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone() 430 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt() 439 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt() 449 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt() 460 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMetaZoneIDAt()
|
/external/valgrind/main/VEX/priv/ |
D | ir_match.h | 73 MatchInfo; typedef 81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
|
D | ir_match.c | 45 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()
|
D | host_x86_isel.c | 753 MatchInfo mi; in iselIntExpr_R_wrk() 1665 MatchInfo mi; in iselCondCode_wrk() 1950 MatchInfo mi; in iselInt64Expr_wrk() 3163 MatchInfo mi; in iselVecExpr_wrk()
|
D | host_amd64_isel.c | 817 MatchInfo mi; in iselIntExpr_R_wrk() 1789 MatchInfo mi; in iselIntExpr_AMode_wrk() 2050 MatchInfo mi; in iselCondCode_wrk()
|
D | host_arm_isel.c | 2094 MatchInfo mi; in iselNeon64Expr_wrk() 3698 MatchInfo mi; in iselNeonExpr_wrk()
|
D | host_ppc_isel.c | 1239 MatchInfo mi; in iselWordExpr_R_wrk()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 414 SmallVector<StringRef, 4> MatchInfo; in Match() local 415 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match() 419 assert(!MatchInfo.empty() && "Didn't get any match"); in Match() 420 StringRef FullMatch = MatchInfo[0]; in Match() 426 assert(I->second < MatchInfo.size() && "Internal paren error"); in Match() 427 VariableTable[I->first] = MatchInfo[I->second]; in Match()
|
/external/icu4c/i18n/unicode/ |
D | tznames.h | 71 struct MatchInfo;
|
/external/sqlite/dist/ |
D | sqlite3.c | 128741 typedef struct MatchInfo MatchInfo; 128742 struct MatchInfo { 129413 MatchInfo *p = (MatchInfo *)pCtx; 129429 MatchInfo *p = (MatchInfo *)pCtx; 129465 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ 129579 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ 129664 MatchInfo *pInfo, /* Matchinfo context object */ 129768 MatchInfo sInfo; 129773 memset(&sInfo, 0, sizeof(MatchInfo));
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 128695 typedef struct MatchInfo MatchInfo; 128696 struct MatchInfo { 129367 MatchInfo *p = (MatchInfo *)pCtx; 129383 MatchInfo *p = (MatchInfo *)pCtx; 129419 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ 129533 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ 129618 MatchInfo *pInfo, /* Matchinfo context object */ 129722 MatchInfo sInfo; 129727 memset(&sInfo, 0, sizeof(MatchInfo));
|