Searched refs:endOfBuffer (Results 1 – 3 of 3) sorted by relevance
214 UBool endOfBuffer; in u_feof() local218 endOfBuffer = (UBool)(f->str.fPos >= f->str.fLimit); in u_feof()220 return endOfBuffer && feof(f->fFile); in u_feof()222 return endOfBuffer; in u_feof()
244 UBool endOfBuffer; in u_feof() local248 endOfBuffer = (UBool)(f->str.fPos >= f->str.fLimit); in u_feof()250 return endOfBuffer && feof(f->fFile); in u_feof()252 return endOfBuffer; in u_feof()