OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestUtility
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/intltest/
testutil.h
19
class
TestUtility
{
34
TestUtility
() {} // Prevent instantiation
testutil.cpp
16
UnicodeString &
TestUtility
::appendHex(UnicodeString &buf, UChar32 ch) {
30
UnicodeString
TestUtility
::hex(UChar32 ch) {
36
UnicodeString
TestUtility
::hex(const UnicodeString& s) {
40
UnicodeString
TestUtility
::hex(const UnicodeString& s, UChar sep) {
54
UnicodeString
TestUtility
::hex(const uint8_t* bytes, int32_t len) {
transrt.cpp
889
from + "(" +
TestUtility
::hex(from) + ") => " +
890
to + "(" +
TestUtility
::hex(to) + ")");
901
from + "(" +
TestUtility
::hex(from) + ") => " +
902
to + "(" +
TestUtility
::hex(to) + ")" +
903
fromCan + "(" +
TestUtility
::hex(fromCan) + ") => " +
905
TestUtility
::hex(toCan) + ")"
922
from + "(" +
TestUtility
::hex(from) + ") => " +
923
to + "(" +
TestUtility
::hex(to) + ")" +
926
TestUtility
::hex(otherTo) + ")"
940
from + "(" +
TestUtility
::hex(from) + ") => "
[
all
...]
regcoll.cpp
1151
errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " +
TestUtility
::hex(key1, len1));
1153
logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " +
TestUtility
::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1154
+
TestUtility
::hex(key2, len2));
[
all
...]
itrbnf.cpp
115
errln((UnicodeString)"expected '" +
TestUtility
::hex(expected) + "'\nbut got: '" +
TestUtility
::hex(result) + "'");
128
errln((UnicodeString)"expected '" +
TestUtility
::hex(expected) + "'\nbut got: '" +
TestUtility
::hex(result) + "'");
[
all
...]
Completed in 247 milliseconds