Searched refs:MatchInfo (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/i18n/ |
D | tznames.cpp | 324 struct MatchInfo : UMemory { struct 330 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() function 346 delete static_cast<MatchInfo *>(obj); in deleteMatchInfo() 369 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone() 386 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone() 407 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt() 416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt() 426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt() 437 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/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_snippet.c | 85 typedef struct MatchInfo MatchInfo; typedef 86 struct MatchInfo { struct 827 MatchInfo *p = (MatchInfo *)pCtx; in fts3ExprGlobalHitsCb() 882 MatchInfo *p = (MatchInfo *)pCtx; in fts3ExprLocalHitsCb() 919 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ in fts3MatchinfoSize() 1041 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ in fts3MatchinfoLcs() 1134 MatchInfo *pInfo, /* Matchinfo context object */ in fts3MatchinfoValues() 1238 MatchInfo sInfo; in fts3GetMatchinfo() 1243 memset(&sInfo, 0, sizeof(MatchInfo)); in fts3GetMatchinfo()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 433 SmallVector<StringRef, 4> MatchInfo; in Match() local 434 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match() 438 assert(!MatchInfo.empty() && "Didn't get any match"); in Match() 439 StringRef FullMatch = MatchInfo[0]; in Match() 445 assert(I->second < MatchInfo.size() && "Internal paren error"); in Match() 446 VariableTable[I->first] = MatchInfo[I->second]; in Match()
|
/external/icu4c/i18n/unicode/ |
D | tznames.h | 78 struct MatchInfo;
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 122920 typedef struct MatchInfo MatchInfo; 122921 struct MatchInfo { 123662 MatchInfo *p = (MatchInfo *)pCtx; 123717 MatchInfo *p = (MatchInfo *)pCtx; 123754 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ 123876 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ 123969 MatchInfo *pInfo, /* Matchinfo context object */ 124073 MatchInfo sInfo; 124078 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));
|
/external/sqlite/dist/ |
D | sqlite3.c | 128743 typedef struct MatchInfo MatchInfo; 128744 struct MatchInfo { 129415 MatchInfo *p = (MatchInfo *)pCtx; 129431 MatchInfo *p = (MatchInfo *)pCtx; 129467 static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ 129581 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ 129666 MatchInfo *pInfo, /* Matchinfo context object */ 129770 MatchInfo sInfo; 129775 memset(&sInfo, 0, sizeof(MatchInfo));
|