Home
last modified time | relevance | path

Searched refs:UStr (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dstream.cpp307 UnicodeString UStr; in TestStreamEOF() local
310 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
311 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF); in TestStreamEOF()
312 UStr = UnicodeString(expectedResultC); in TestStreamEOF()
313 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
314 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF); in TestStreamEOF()
315 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD); in TestStreamEOF()
316 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD); in TestStreamEOF()
/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp369 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport() local
398 "U" + UStr(LLI) : (NothingUnrolled ? "" : " " + USpaces)); in writeReport()
412 UnrolledCols > 1 ? "U" + UStr(J.second) : in writeReport()