Lines Matching refs:gotLen
1382 int32_t gotCap = MAX_DEST_SIZE, gotLen=0;1385 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap,1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){1405 + " Got: " + prettify(UnicodeString(got, gotLen))