Home | History | Annotate | Download | only in intltest

Lines Matching defs:expLen

1370     int32_t expCap = MAX_DEST_SIZE, expLen=0;
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap,
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
1404 + " Expected: " + prettify(UnicodeString(exp, expLen))
1409 return UnicodeString(exp, expLen);