Home
last modified time | relevance | path

Searched refs:eofPos (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp564 int64_t eofPos = (int64_t) file.tellg(); in handleFile() local
581 eofPos = (int64_t) file.tellg(); in handleFile()
583 eofPos = eofPos - (int64_t) file.tellg(); in handleFile()
584 if (eofPos == 0) { in handleFile()
591 os << (-eofPos) << " unprocessed bytes at end"; in handleFile()