Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtestidna.cpp1382 int32_t gotCap = MAX_DEST_SIZE, gotLen=0; in testCompareReferenceImpl() local
1385 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){ in testCompareReferenceImpl()
1405 + " Got: " + prettify(UnicodeString(got, gotLen)) in testCompareReferenceImpl()
/external/icu4c/test/cintltst/
Dcreststn.c2199 int32_t gotLen = 0, expLen=0; in TestResourceLevelAliasing() local
2204 got = tres_getString(tb, -1, "word", &gotLen, &status); in TestResourceLevelAliasing()
2208 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) { in TestResourceLevelAliasing()