Home
last modified time | relevance | path

Searched refs:exactMatch (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberParserTest.java328 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/
H A DNumberParserTest.java325 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/
H A Dnumbertest_parse.cpp325 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()
H A Dnumfmtst.cpp7317 UBool exactMatch = false; // was the exact comparison true? in testFormattableAsUFormattable() local
7322 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus)); in testFormattableAsUFormattable()
7327 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
7332 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus)); in testFormattableAsUFormattable()
7345 exactMatch = (str == str2); in testFormattableAsUFormattable()
7357 exactMatch = assertEquals(fileLine + " array count", count, count2); in testFormattableAsUFormattable()
7359 if(exactMatch) { in testFormattableAsUFormattable()
7365 exactMatch = false; in testFormattableAsUFormattable()
7368 exactMatch = false; in testFormattableAsUFormattable()
7377 exactMatch in testFormattableAsUFormattable()
[all...]
/third_party/node/lib/internal/test_runner/
H A Dcoverage.js464 let exactMatch = false;
473 exactMatch = true;
493 if (newRange.count > 0 && !exactMatch) {
/third_party/node/test/common/
H A Dwpt.js219 this.exactMatch = {};
232 this.exactMatch[normalizedPath] = new StatusRule(key, rules[key]);
239 const exact = this.exactMatch[file];

Completed in 14 milliseconds