Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp1385 int32_t gotCap = MAX_DEST_SIZE, gotLen=0; in testCompareReferenceImpl() local
1388 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1404 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){ in testCompareReferenceImpl()
1408 + " Got: " + prettify(UnicodeString(got, gotLen)) in testCompareReferenceImpl()