Home | History | Annotate | Download | only in cintltst

Lines Matching defs:signatureLength

1685         int32_t signatureLength = -1;
1691 enc = ucnv_detectUnicodeSignature(source, -1 , &signatureLength, &err);
1700 if(signatureLength != expectedLength[i]){
1701 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1797 int32_t signatureLength = -1;
1805 enc = ucnv_detectUnicodeSignature(source, sourceLength , &signatureLength, &err);
1816 if(signatureLength != expectedLength[i]){
1817 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);