Home | History | Annotate | Download | only in cintltst

Lines Matching full:expectedlen

747             int32_t expectedLen=u_strlen(expected);
749 if(len!=expectedLen) {
751 locale, displayLocale, len, expectedLen);
752 } else if(preflightLen!=expectedLen) {
754 locale, displayLocale, preflightLen, expectedLen);
778 if(len!=expectedLen) {
779 log_err("with buffer of length %d, expected length %d but got %d", i, expectedLen, len);