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

  /external/harfbuzz_ng/src/
hb-set.hh 620 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const function in struct:hb_set_t
  /external/libchrome/base/metrics/
histogram.cc 364 Sample previous_range = -1; // Bottom range is always 0. local
367 if (previous_range >= new_range)
369 previous_range = new_range;
    [all...]

Completed in 220 milliseconds