Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp1368 const UChar* srcUChars = src.getBuffer(); in testCompareReferenceImpl() local
1376 +" for input: " + prettify(srcUChars)); in testCompareReferenceImpl()
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap, in testCompareReferenceImpl()
1385 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1393 + " for Source: "+ prettify(srcUChars) in testCompareReferenceImpl()
1406 + " for Source: "+ prettify(srcUChars) in testCompareReferenceImpl()
1415 +" for input: " + prettify(srcUChars)); in testCompareReferenceImpl()