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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c1101 static const int32_t explength = sizeof(expect)/sizeof(expect[0])-1; local
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);
/external/icu4c/test/cintltst/
H A Dcustrtst.c1101 static const int32_t explength = sizeof(expect)/sizeof(expect[0])-1; local
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);

Completed in 59 milliseconds