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

  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 20 static const UChar kErrorUChars[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
711 string.setTo(TRUE, kErrorUChars, kErrorLength);
716 UnicodeString expected_string(kErrorUChars);
773 string = kErrorUChars;
790 expected_string = kErrorUChars;
860 string = kErrorUChars;
881 expected_string = kErrorUChars;
957 string = kErrorUChars;
    [all...]
restest.cpp 22 static const UChar kErrorUChars[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
395 string.setTo(TRUE, kErrorUChars, kErrorLength);
400 UnicodeString expected_string(kErrorUChars);
445 string = kErrorUChars;
458 expected_string = kErrorUChars;

Completed in 255 milliseconds