Searched refs:explength (Results 1 – 1 of 1) sorted by relevance
1098 static const int32_t explength = UPRV_LENGTHOF(expect)-1; in TestUnescape() local1103 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()1105 explength); in TestUnescape()1110 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()1111 log_err("failure in u_unescape(preflighting): length %d!=%d\n", length, explength); in TestUnescape()