Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/X86/
Dx86-64-static-relo-movl.ll6 %struct.MatchInfo = type [64 x i64]
8 @NO_MATCH = internal constant %struct.MatchInfo zeroinitializer, align 8
11 %pending = alloca %struct.MatchInfo, align 8
12 %t = bitcast %struct.MatchInfo* %pending to i8*
13 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* %t, i8* bitcast (%struct.MatchInfo* @NO_MATCH to i8*), i6…
14 %u = getelementptr inbounds %struct.MatchInfo, %struct.MatchInfo* %pending, i32 0, i32 2
/external/icu/icu4c/source/i18n/
Dtznames.cpp372 struct MatchInfo : UMemory { struct
378MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() argument
394 delete static_cast<MatchInfo *>(obj); in deleteMatchInfo()
417 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); in addZone()
434 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone()
455 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt()
464 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt()
474 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt()
485 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMetaZoneIDAt()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
238 private Collection<MatchInfo> _matches;
319 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
321 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
333 public Collection<MatchInfo> getMatches() { in getMatches()
DTimeZoneGenericNames.java29 import android.icu.text.TimeZoneNames.MatchInfo;
711 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch()
713 MatchInfo longestMatch = null; in findBestMatch()
714 for (MatchInfo match : tznamesMatches) { in findBestMatch()
778 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find()
781 for (MatchInfo match : tznamesMatches) { in find()
796 private GenericMatchInfo createGenericMatchInfo(MatchInfo matchInfo) { in createGenericMatchInfo()
840 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames()
841 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames()
DTimeZoneNamesImpl.java202 …public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nam… in find()
207 Collection<MatchInfo> matches; in find()
247 private Collection<MatchInfo> doFind(NameSearchHandler handler, CharSequence text, int start) { in doFind()
523 private Collection<MatchInfo> _matches;
540 MatchInfo minfo; in handlePrefixMatch()
542 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch()
545 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch()
548 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
562 public Collection<MatchInfo> getMatches() { in getMatches()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
236 private Collection<MatchInfo> _matches;
317 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
319 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
331 public Collection<MatchInfo> getMatches() { in getMatches()
DTimeZoneGenericNames.java28 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
709 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch()
711 MatchInfo longestMatch = null; in findBestMatch()
712 for (MatchInfo match : tznamesMatches) { in findBestMatch()
776 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find()
779 for (MatchInfo match : tznamesMatches) { in find()
794 private GenericMatchInfo createGenericMatchInfo(MatchInfo matchInfo) { in createGenericMatchInfo()
838 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames()
839 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames()
DTimeZoneNamesImpl.java200 …public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nam… in find()
205 Collection<MatchInfo> matches; in find()
245 private Collection<MatchInfo> doFind(NameSearchHandler handler, CharSequence text, int start) { in doFind()
521 private Collection<MatchInfo> _matches;
538 MatchInfo minfo; in handlePrefixMatch()
540 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch()
543 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch()
546 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch()
560 public Collection<MatchInfo> getMatches() { in getMatches()
/external/valgrind/VEX/priv/
Dir_match.c45 void setBindee ( MatchInfo* mi, Int n, const IRExpr* bindee ) in setBindee()
60 Bool matchWrk ( MatchInfo* mi, const IRExpr* p/*attern*/, in matchWrk()
100 Bool matchIRExpr ( MatchInfo* mi, const IRExpr* p/*attern*/, in matchIRExpr()
Dir_match.h73 MatchInfo; typedef
81 Bool matchIRExpr ( MatchInfo* mi, const IRExpr* p/*attern*/,
Dhost_x86_isel.c853 MatchInfo mi; in iselIntExpr_R_wrk()
1788 MatchInfo mi; in iselCondCode_wrk()
2089 MatchInfo mi; in iselInt64Expr_wrk()
3275 MatchInfo mi; in iselVecExpr_wrk()
Dhost_amd64_isel.c918 MatchInfo mi; in iselIntExpr_R_wrk()
1947 MatchInfo mi; in iselIntExpr_AMode_wrk()
2208 MatchInfo mi; in iselCondCode_wrk()
Dhost_arm_isel.c2336 MatchInfo mi; in iselNeon64Expr_wrk()
3957 MatchInfo mi; in iselNeonExpr_wrk()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java346 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find()
356 public static class MatchInfo { class in TimeZoneNames
376 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
600 … public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
DTimeZoneFormat.java45 import com.ibm.icu.text.TimeZoneNames.MatchInfo;
1201 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse()
1203 MatchInfo specificMatch = null; in parse()
1204 for (MatchInfo match : specificMatches) { in parse()
1221 Collection<MatchInfo> tzdbNameMatches = in parse()
1224 MatchInfo tzdbNameMatch = null; in parse()
1225 for (MatchInfo match : tzdbNameMatches) { in parse()
1415 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
1416 MatchInfo specificMatch = null; in parse()
1419 for (MatchInfo match : specificMatches) { in parse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java316 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find()
325 public static class MatchInfo { class in TimeZoneNames
344 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
568 … public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
DTimeZoneFormat.java46 import android.icu.text.TimeZoneNames.MatchInfo;
1140 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse()
1142 MatchInfo specificMatch = null; in parse()
1143 for (MatchInfo match : specificMatches) { in parse()
1160 Collection<MatchInfo> tzdbNameMatches = in parse()
1163 MatchInfo tzdbNameMatch = null; in parse()
1164 for (MatchInfo match : tzdbNameMatches) { in parse()
1354 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
1355 MatchInfo specificMatch = null; in parse()
1358 for (MatchInfo match : specificMatches) { in parse()
[all …]
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp328 SmallVector<StringRef, 4> MatchInfo; in Match() local
329 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
333 assert(!MatchInfo.empty() && "Didn't get any match"); in Match()
334 StringRef FullMatch = MatchInfo[0]; in Match()
338 assert(VariableDefs[i].second < MatchInfo.size() && in Match()
340 VariableTable[VariableDefs[i].first] = MatchInfo[VariableDefs[i].second]; in Match()
/external/llvm/utils/FileCheck/
DFileCheck.cpp457 SmallVector<StringRef, 4> MatchInfo; in Match() local
458 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
462 assert(!MatchInfo.empty() && "Didn't get any match"); in Match()
463 StringRef FullMatch = MatchInfo[0]; in Match()
467 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in Match()
468 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second]; in Match()
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h77 struct MatchInfo;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1301 new TimeZoneNames.MatchInfo(null, null, null, -1); in TestAPI()
1308 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, null, null, -1); in TestAPI()
1315 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, "America/Chicago", null, -1); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1298 new TimeZoneNames.MatchInfo(null, null, null, -1); in TestAPI()
1305 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, null, null, -1); in TestAPI()
1312 new TimeZoneNames.MatchInfo(NameType.LONG_GENERIC, "America/Chicago", null, -1); in TestAPI()
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz
Dicu4j49.api3.gz12;ICU4J 49.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j52.api3.gz12;ICU4J 52.1;; 2ST@3.6;PB;NS;NF;NS; ...

12