Searched refs:kErrorUChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 25 static const UChar kErrorUChars[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 }; variable 398 string.setTo(TRUE, kErrorUChars, kErrorLength); in testTag() 403 UnicodeString expected_string(kErrorUChars); in testTag() 448 string = kErrorUChars; in testTag() 461 expected_string = kErrorUChars; in testTag()
|
D | restsnew.cpp | 23 static const UChar kErrorUChars[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 }; variable 728 string.setTo(TRUE, kErrorUChars, kErrorLength); in testTag() 733 UnicodeString expected_string(kErrorUChars); in testTag() 790 string = kErrorUChars; in testTag() 807 expected_string = kErrorUChars; in testTag() 877 string = kErrorUChars; in testTag() 898 expected_string = kErrorUChars; in testTag() 974 string = kErrorUChars; in testTag()
|