Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtznames.cpp347 struct MatchInfo : UMemory { struct
353MatchInfo(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/
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/llvm/utils/FileCheck/
DFileCheck.cpp414 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/
Dtznames.h71 struct MatchInfo;
/external/sqlite/dist/
Dsqlite3.c128741 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/
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));