Home | History | Annotate | Download | only in cintltst

Lines Matching full:explength

1096     static const int32_t explength = sizeof(expect)/sizeof(expect[0])-1;
1101 if(length!=explength || u_strcmp(buffer, expect)!=0) {
1103 explength);
1108 if(length!=explength || u_strcmp(buffer, expect)!=0) {
1109 log_err("failure in u_unescape(preflighting): length %d!=%d\n", length, explength);