Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dstring_segment_test.cpp39 UnicodeString sampleString(SAMPLE_STRING); in testOffset() local
40 StringSegment segment(sampleString, false); in testOffset()
52 UnicodeString sampleString(SAMPLE_STRING); in testLength() local
53 StringSegment segment(sampleString, false); in testLength()
67 UnicodeString sampleString(SAMPLE_STRING); in testCharAt() local
68 StringSegment segment(sampleString, false); in testCharAt()
81 UnicodeString sampleString(SAMPLE_STRING); in testGetCodePoint() local
82 StringSegment segment(sampleString, false); in testGetCodePoint()
95 UnicodeString sampleString(SAMPLE_STRING); in testCommonPrefixLength() local
96 StringSegment segment(sampleString, false); in testCommonPrefixLength()