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

  /external/icu/icu4c/source/test/intltest/
icusvtst.h 38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
icusvtst.cpp 179 ICUServiceTest::lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const function in class:ICUServiceTest
208 lrmsg(temp, message, lhs, rhs);
225 lrmsg(temp, message, lhs, rhs);
242 lrmsg(temp, message, lhs, rhs);
259 lrmsg(temp, message, lhs, rhs);
293 lrmsg(temp, message, lhs, rhs);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 50 private String lrmsg(String message, Object lhs, Object rhs) { method in class:ICUServiceTest
59 msg(lrmsg(message, lhs, rhs), (lhs == null ? rhs == null : lhs.equals(rhs)) ? LOG : ERR, true, true); method
63 msg(lrmsg(message, lhs, rhs), lhs == rhs ? LOG : ERR, true, true); method
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 46 private String lrmsg(String message, Object lhs, Object rhs) { method in class:ICUServiceTest
55 msg(lrmsg(message, lhs, rhs), (lhs == null ? rhs == null : lhs.equals(rhs)) ? LOG : ERR, true, true); method
59 msg(lrmsg(message, lhs, rhs), lhs == rhs ? LOG : ERR, true, true); method
    [all...]

Completed in 6201 milliseconds