Home | History | Annotate | Download | only in cintltst

Lines Matching full:explength

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