Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtznames.cpp324 struct MatchInfo : UMemory { struct
330MatchInfo(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/
Dir_match.h73 MatchInfo; typedef
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
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()
Dhost_x86_isel.c753 MatchInfo mi; in iselIntExpr_R_wrk()
1665 MatchInfo mi; in iselCondCode_wrk()
1950 MatchInfo mi; in iselInt64Expr_wrk()
3163 MatchInfo mi; in iselVecExpr_wrk()
Dhost_amd64_isel.c817 MatchInfo mi; in iselIntExpr_R_wrk()
1789 MatchInfo mi; in iselIntExpr_AMode_wrk()
2050 MatchInfo mi; in iselCondCode_wrk()
Dhost_arm_isel.c2094 MatchInfo mi; in iselNeon64Expr_wrk()
3698 MatchInfo mi; in iselNeonExpr_wrk()
Dhost_ppc_isel.c1239 MatchInfo mi; in iselWordExpr_R_wrk()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_snippet.c85 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/
DFileCheck.cpp433 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/
Dtznames.h78 struct MatchInfo;
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c122920 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/
Dsqlite3.c128695 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/
Dsqlite3.c128743 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));