Searched refs:MatchInfo (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtznames.cpp314 struct MatchInfo : UMemory { struct in inherits:UMemory
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { function in struct:MatchInfo
336 delete static_cast<MatchInfo *>(obj);
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
406 const MatchInfo* matc
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp331 SmallVector<StringRef, 4> MatchInfo; local
332 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
336 assert(!MatchInfo.empty() && "Didn't get any match");
337 StringRef FullMatch = MatchInfo[0];
341 assert(VariableDefs[i].second < MatchInfo.size() &&
343 VariableTable[VariableDefs[i].first] = MatchInfo[VariableDefs[i].second];
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtznames.h75 struct MatchInfo;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c125614 typedef struct MatchInfo MatchInfo; typedef in typeref:struct:MatchInfo
125615 struct MatchInfo { struct
[all...]

Completed in 410 milliseconds