Home
last modified time | relevance | path

Searched refs:expectedMatcherLength (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java330 int expectedMatcherLength = (Integer) cas[2]; in testAffixPatternMatcher() local
338 assertEquals(affixPattern + " " + exactMatch, expectedMatcherLength, matcher.length()); in testAffixPatternMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java327 int expectedMatcherLength = (Integer) cas[2]; in testAffixPatternMatcher() local
335 assertEquals(affixPattern + " " + exactMatch, expectedMatcherLength, matcher.length()); in testAffixPatternMatcher()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_parse.cpp327 int32_t expectedMatcherLength; in testAffixPatternMatcher() member
347 … assertEquals(affixPattern + " " + cas.exactMatch, cas.expectedMatcherLength, matcher.length()); in testAffixPatternMatcher()