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

/external/chromium_org/third_party/icu/source/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) {
812 UBool isNotEOF = FALSE; local
829 && (isNotEOF = ufile_getch(input, &c))
861 if ((info->fWidth == -1 || count < info->fWidth) && isNotEOF)
906 UBool isNotEOF local
1185 UBool isNotEOF = FALSE; local
[all...]
/external/icu/icu4c/source/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) {
812 UBool isNotEOF = FALSE; local
829 && (isNotEOF = ufile_getch(input, &c))
861 if ((info->fWidth == -1 || count < info->fWidth) && isNotEOF)
906 UBool isNotEOF local
1185 UBool isNotEOF = FALSE; local
[all...]

Completed in 348 milliseconds