Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtestidna.cpp1398 int32_t gotCap = MAX_DEST_SIZE, gotLen=0; in testCompareReferenceImpl() local
1401 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1417 if(u_strCompare(exp, expLen, got, gotLen, true) != 0){ in testCompareReferenceImpl()
1421 + " Got: " + prettify(UnicodeString(got, gotLen)) in testCompareReferenceImpl()