Home
last modified time | relevance | path

Searched refs:explength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c1096 static const int32_t explength = sizeof(expect)/sizeof(expect[0])-1; in TestUnescape() local
1101 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()