Home | History | Annotate | Download | only in cintltst

Lines Matching defs:signatureLength

1657         int32_t signatureLength = -1;
1663 enc = ucnv_detectUnicodeSignature(source, -1 , &signatureLength, &err);
1672 if(signatureLength != expectedLength[i]){
1673 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1769 int32_t signatureLength = -1;
1777 enc = ucnv_detectUnicodeSignature(source, sourceLength , &signatureLength, &err);
1788 if(signatureLength != expectedLength[i]){
1789 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);