Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp163 UnicodeString testText2("\\ud800\\udc01deadbeef"); in TestCoverage() local
164 testText2 = testText2.unescape(); in TestCoverage()
186 test->setText(testText2); in TestCoverage()
187 if(test->first32PostInc()!= testText2.char32At(0)){ in TestCoverage()
196 UnicodeString testText2("Don't bother using this string."); in TestConstructionAndEquality() local
206 CharacterIterator* test4 = new StringCharacterIterator(testText2); in TestConstructionAndEquality()
257 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2); in TestConstructionAndEquality()
265 testChar3->setText(testText2); in TestConstructionAndEquality()
282 U_STRING_DECL(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
285 U_STRING_INIT(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbididat.c53 testText2[]={ variable
380 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1,