Home | History | Annotate | Download | only in cintltst

Lines Matching full:expectedlength

1609         static const int32_t expectedLength[] ={
1649 if(signatureLength != expectedLength[i]){
1650 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1722 static const int32_t expectedLength[] ={
1765 if(signatureLength != expectedLength[i]){
1766 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);