Searched defs:isNotEOF (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/io/
H A Duscanf_p.c321 UBool isNotEOF; local
324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
330 if(isNotEOF)
344 UBool isNotEOF; local
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
364 if(isNotEOF) {
813 UBool isNotEOF = FALSE; local
830 && (isNotEOF = ufile_getch(input, &c))
862 if ((info->fWidth == -1 || count < info->fWidth) && isNotEOF)
907 UBool isNotEOF local
1186 UBool isNotEOF = FALSE; local
[all...]

Completed in 84 milliseconds