HomeSort by relevance Sort by last modified time
    Searched refs:isNotEOF (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 321 UBool isNotEOF;
324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
330 if(isNotEOF)
344 UBool isNotEOF;
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
364 if(isNotEOF) {
813 UBool isNotEOF = FALSE;
830 && (isNotEOF = ufile_getch(input, &c))
862 if ((info->fWidth == -1 || count < info->fWidth) && isNotEOF)
907 UBool isNotEOF = FALSE
    [all...]
  /external/icu4c/io/
uscanf_p.c 321 UBool isNotEOF;
324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
330 if(isNotEOF)
344 UBool isNotEOF;
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
364 if(isNotEOF) {
812 UBool isNotEOF = FALSE;
829 && (isNotEOF = ufile_getch(input, &c))
861 if ((info->fWidth == -1 || count < info->fWidth) && isNotEOF)
906 UBool isNotEOF = FALSE
    [all...]

Completed in 44 milliseconds