Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp1371 const UChar* srcUChars = src.getBuffer(); in testCompareReferenceImpl() local
1379 +" for input: " + prettify(srcUChars)); in testCompareReferenceImpl()
1381 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap, in testCompareReferenceImpl()
1388 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1396 + " for Source: "+ prettify(srcUChars) in testCompareReferenceImpl()
1409 + " for Source: "+ prettify(srcUChars) in testCompareReferenceImpl()
1418 +" for input: " + prettify(srcUChars)); in testCompareReferenceImpl()