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

  /external/icu/icu4c/source/io/
ufile.h 77 int32_t fFileno; /* File number. Useful to determine if it's stdin. */
ufile.c 66 result->fFileno = fileno(f);
81 if (0 <= result->fFileno && result->fFileno <= 2) {
ustdio.c 426 if (f->fFileno == 0 && dataSize > 0) {
445 if (f->fFileno == 0) {

Completed in 191 milliseconds