Home | History | Annotate | Download | only in pkgdata

Lines Matching full:linemax

2029     const uint32_t   lineMax = 16300;
2050 if(uprv_strlen(line)>lineMax) {
2051 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);