Searched refs:sampleParseableString (Results 1 – 5 of 5) sorted by relevance
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | numbertest_parse.cpp | 328 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()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 328 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()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | numbertest_parse.cpp | 328 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()
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 326 String sampleParseableString = (String) cas[3]; in testAffixPatternMatcher() local 336 StringSegment segment = new StringSegment(sampleParseableString, true); in testAffixPatternMatcher() 340 sampleParseableString.length(), in testAffixPatternMatcher()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberParserTest.java | 329 String sampleParseableString = (String) cas[3]; in testAffixPatternMatcher() local 339 StringSegment segment = new StringSegment(sampleParseableString, true); in testAffixPatternMatcher() 343 sampleParseableString.length(), in testAffixPatternMatcher()
|