Searched refs:exactMatch (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberParserTest.java | 328 boolean exactMatch = (Boolean) cas[0]; in testAffixPatternMatcher() 332 int parseFlags = exactMatch ? ParsingUtils.PARSE_FLAG_EXACT_AFFIX : 0; in testAffixPatternMatcher() 338 assertEquals(affixPattern + " " + exactMatch, expectedMatcherLength, matcher.length()); in testAffixPatternMatcher() 344 assertEquals(affixPattern + " " + exactMatch, in testAffixPatternMatcher()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 325 boolean exactMatch = (Boolean) cas[0]; in testAffixPatternMatcher() 329 int parseFlags = exactMatch ? ParsingUtils.PARSE_FLAG_EXACT_AFFIX : 0; in testAffixPatternMatcher() 335 assertEquals(affixPattern + " " + exactMatch, expectedMatcherLength, matcher.length()); in testAffixPatternMatcher() 341 assertEquals(affixPattern + " " + exactMatch, in testAffixPatternMatcher()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 325 bool exactMatch; in testAffixPatternMatcher() member 339 int parseFlags = cas.exactMatch ? PARSE_FLAG_EXACT_AFFIX : 0; in testAffixPatternMatcher() 347 … assertEquals(affixPattern + " " + cas.exactMatch, cas.expectedMatcherLength, matcher.length()); in testAffixPatternMatcher() 353 … assertEquals(affixPattern + " " + cas.exactMatch, sampleParseableString.length(), result.charEnd); in testAffixPatternMatcher()
|
D | numfmtst.cpp | 7312 UBool exactMatch = FALSE; // was the exact comparison true? in testFormattableAsUFormattable() local 7317 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus)); in testFormattableAsUFormattable() 7322 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable() 7327 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus)); in testFormattableAsUFormattable() 7340 exactMatch = (str == str2); in testFormattableAsUFormattable() 7352 exactMatch = assertEquals(fileLine + " array count", count, count2); in testFormattableAsUFormattable() 7354 if(exactMatch) { in testFormattableAsUFormattable() 7360 exactMatch = FALSE; in testFormattableAsUFormattable() 7363 exactMatch = FALSE; in testFormattableAsUFormattable() 7372 exactMatch = (f.getInt64()==ufmt_getInt64(u, &valueStatus)); in testFormattableAsUFormattable() [all …]
|
/third_party/node/test/common/ |
D | wpt.js | 108 this.exactMatch = {}; 120 this.exactMatch[key] = new StatusRule(key, rules[key]); 127 const exact = this.exactMatch[file];
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | emulator.dart | 41 final Emulator exactMatch = 43 if (exactMatch != null) { 44 return <Emulator>[exactMatch];
|
D | device.dart | 110 final Device exactMatch = devices.firstWhere( 112 if (exactMatch != null) { 113 yield exactMatch;
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | gradle.dart | 165 bool exactMatch = false; 168 exactMatch = true; 172 if (!exactMatch) {
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 290 ** test: testGetBestMatchForList-exactMatch
|
/third_party/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 290 ** test: testGetBestMatchForList-exactMatch
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 290 ** test: testGetBestMatchForList-exactMatch
|