Searched refs:explength (Results 1 – 1 of 1) sorted by relevance
1096 static const int32_t explength = sizeof(expect)/sizeof(expect[0])-1; in TestUnescape() local1101 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()1103 explength); in TestUnescape()1108 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()1109 log_err("failure in u_unescape(preflighting): length %d!=%d\n", length, explength); in TestUnescape()