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

  /external/icu4c/io/
ufile.h 72 int32_t fFileno; /* File number. Useful to determine if it's stdin. */
ufile.c 63 result->fFileno = fileno(f);
66 if (0 <= result->fFileno && result->fFileno <= 2) {
ustdio.c 421 if (f->fFileno == 0 && dataSize > 0) {
440 if (f->fFileno == 0) {

Completed in 696 milliseconds