Searched refs:uExpected (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 870 UChar uExpected[32]; in TestDateFormatCalendar() local 925 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar() 926 if (u_strlen(uExpected) != len1 || u_strncmp(uExpected, buf1, len1) != 0) { in TestDateFormatCalendar() 947 u_strcpy(uExpected, u"5:45\u202FPM"); in TestDateFormatCalendar() 948 u_austrcpy(cbuf, uExpected); in TestDateFormatCalendar() 949 if (u_strlen(uExpected) != len1 || u_strncmp(uExpected, buf1, len1) != 0) { in TestDateFormatCalendar()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 225 UnicodeString uExpected = UnicodeString(expected).unescape(); in checkSkeleton() local 235 if (uExpected != actual) { in checkSkeleton() 239 UnicodeString(" Expected Skeleton: \"") + uExpected + UnicodeString("\"")); in checkSkeleton()
|
D | units_test.cpp | 457 UnicodeString uExpected = UnicodeString::fromUTF8(utf8Expected); in unitsTestDataLineFn() local 458 double expected = unum_parseDouble(nf, uExpected.getBuffer(), uExpected.length(), 0, status); in unitsTestDataLineFn()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 451 String uExpected = Utility.unescape(expected); in checkSkeleton() local 457 … + " test at line " + lineNumberOfTest + " : Expected (escaped): " + expected, uExpected, actual); in checkSkeleton()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 454 String uExpected = Utility.unescape(expected); in checkSkeleton() local 460 … + " test at line " + lineNumberOfTest + " : Expected (escaped): " + expected, uExpected, actual); in checkSkeleton()
|