HomeSort by relevance Sort by last modified time
    Searched refs:testText2 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 163 UnicodeString testText2("\\ud800\\udc01deadbeef");
164 testText2 = testText2.unescape();
186 test->setText(testText2);
187 if(test->first32PostInc()!= testText2.char32At(0)){
196 UnicodeString testText2("Don't bother using this string.");
206 CharacterIterator* test4 = new StringCharacterIterator(testText2);
257 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2);
265 testChar3->setText(testText2);
282 U_STRING_DECL(testText2, "Don't bother using this string.", 31)
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 164 UnicodeString testText2("\\ud800\\udc01deadbeef");
165 testText2 = testText2.unescape();
187 test->setText(testText2);
188 if(test->first32PostInc()!= testText2.char32At(0)){
197 UnicodeString testText2("Don't bother using this string.");
207 CharacterIterator* test4 = new StringCharacterIterator(testText2);
258 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2);
266 testChar3->setText(testText2);
283 U_STRING_DECL(testText2, "Don't bother using this string.", 31)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbididat.c 50 testText2[]={
366 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1,
  /external/icu4c/test/cintltst/
cbididat.c 50 testText2[]={
366 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1,

Completed in 73 milliseconds