/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-64-static-relo-movl.ll | 6 %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* align 8 %t, i8* align 8 bitcast (%struct.MatchInfo* @NO_M… 14 %u = getelementptr inbounds %struct.MatchInfo, %struct.MatchInfo* %pending, i32 0, i32 2
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-static-relo-movl.ll | 6 %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/ |
D | tznames.cpp | 372 struct MatchInfo : UMemory { struct 378 …MatchInfo(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/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 128 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()
|
D | TimeZoneGenericNames.java | 28 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()
|
D | TimeZoneNamesImpl.java | 200 …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/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 130 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()
|
D | TimeZoneGenericNames.java | 29 import android.icu.text.TimeZoneNames.MatchInfo; 714 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch() 716 MatchInfo longestMatch = null; in findBestMatch() 717 for (MatchInfo match : tznamesMatches) { in findBestMatch() 781 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find() 784 for (MatchInfo match : tznamesMatches) { in find() 799 private GenericMatchInfo createGenericMatchInfo(MatchInfo matchInfo) { in createGenericMatchInfo() 843 …private Collection<MatchInfo> findTimeZoneNames(String text, int start, EnumSet<GenericNameType> t… in findTimeZoneNames() 844 Collection<MatchInfo> tznamesMatches = null; in findTimeZoneNames()
|
D | TimeZoneNamesImpl.java | 202 …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/text/ |
D | TimeZoneNames.java | 346 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()
|
D | TimeZoneFormat.java | 45 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/ |
D | TimeZoneNames.java | 316 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() 326 public static class MatchInfo { class in TimeZoneNames 345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo 570 … public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find()
|
D | TimeZoneFormat.java | 46 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/ |
D | FileCheck.cpp | 328 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/ |
D | FileCheck.cpp | 457 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/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 491 SmallVector<StringRef, 4> MatchInfo; in Match() local 492 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match() 496 assert(!MatchInfo.empty() && "Didn't get any match"); in Match() 497 StringRef FullMatch = MatchInfo[0]; in Match() 501 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in Match() 502 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second]; in Match()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 77 struct MatchInfo;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 1298 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/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 1301 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/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j59.api3.gz |
|
D | icu4j58.api3.gz |
|