Home | History | Annotate | Download | only in cintltst

Lines Matching defs:signatureLength

1683         int32_t signatureLength = -1;
1689 enc = ucnv_detectUnicodeSignature(source, -1 , &signatureLength, &err);
1698 if(signatureLength != expectedLength[i]){
1699 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1795 int32_t signatureLength = -1;
1803 enc = ucnv_detectUnicodeSignature(source, sourceLength , &signatureLength, &err);
1814 if(signatureLength != expectedLength[i]){
1815 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);