Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedLength

1645         static const int32_t expectedLength[] ={
1685 if(signatureLength != expectedLength[i]){
1686 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1758 static const int32_t expectedLength[] ={
1801 if(signatureLength != expectedLength[i]){
1802 expectedLength[i]);