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

  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 143 size_t unread_count = std::min<size_t>(position_, length); local
144 fseek(file_, position_ - unread_count, SEEK_SET);
145 position_ -= unread_count;
147 fseek(file_, position_ - unread_count, SEEK_SET);
148 position_ -= unread_count;
memory_input_stream.cc 135 size_t unread_count = std::min<size_t>(position_, length); local
136 position_ -= unread_count;
138 position_ -= unread_count;

Completed in 145 milliseconds