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

  /external/icu4c/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 };
396 string.setTo(TRUE, kErrorUChars, kErrorLength);
401 UnicodeString expected_string(kErrorUChars);
446 string = kErrorUChars;
459 expected_string = kErrorUChars;

Completed in 129 milliseconds