Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_parse.cpp328 const char16_t* sampleParseableString; in testAffixPatternMatcher() member
338 UnicodeString sampleParseableString(cas.sampleParseableString); in testAffixPatternMatcher() local
350 StringSegment segment(sampleParseableString, false); in testAffixPatternMatcher()
353 … assertEquals(affixPattern + " " + cas.exactMatch, sampleParseableString.length(), result.charEnd); in testAffixPatternMatcher()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java331 String sampleParseableString = (String) cas[3]; in testAffixPatternMatcher() local
341 StringSegment segment = new StringSegment(sampleParseableString, true); in testAffixPatternMatcher()
345 sampleParseableString.length(), in testAffixPatternMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java328 String sampleParseableString = (String) cas[3]; in testAffixPatternMatcher() local
338 StringSegment segment = new StringSegment(sampleParseableString, true); in testAffixPatternMatcher()
342 sampleParseableString.length(), in testAffixPatternMatcher()