Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp165 UnicodeString testText2("\\ud800\\udc01deadbeef"); in TestCoverage() local
166 testText2 = testText2.unescape(); in TestCoverage()
188 test->setText(testText2); in TestCoverage()
189 if(test->first32PostInc()!= testText2.char32At(0)){ in TestCoverage()
198 UnicodeString testText2("Don't bother using this string."); in TestConstructionAndEquality() local
208 CharacterIterator* test4 = new StringCharacterIterator(testText2); in TestConstructionAndEquality()
259 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2); in TestConstructionAndEquality()
267 testChar3->setText(testText2); in TestConstructionAndEquality()
284 U_STRING_DECL(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
287 U_STRING_INIT(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbididat.c56 testText2[]={ variable
383 {testText2, UPRV_LENGTHOF(testText2), UBIDI_DEFAULT_LTR, -1, -1,