Searched refs:comp_ (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | dateparser.cc | 17 comp_[index_++] = 1; in Write() 25 if (is_iso_date_ || (index_ == 3 && !IsDay(comp_[0]))) { in Write() 27 year = comp_[0]; in Write() 28 month = comp_[1]; in Write() 29 day = comp_[2]; in Write() 32 month = comp_[0]; in Write() 33 day = comp_[1]; in Write() 34 if (index_ == 3) year = comp_[2]; in Write() 40 day = comp_[0]; in Write() 41 } else if (!IsDay(comp_[0])) { in Write() [all …]
|
D | dateparser.h | 304 return index_ < kSize ? (comp_[index_++] = n, true) : false; in Add() 308 while (index_ < kSize) comp_[index_++] = 0; in AddFinal() 323 int comp_[kSize]; variable 334 comp_[index_] = n; in Add() 348 int comp_[kSize]; variable
|
/external/openfst/src/include/fst/ |
D | arcsort.h | 46 : fst_(fst), comp_(comp), i_(0) {} in ArcSortMapper() 51 : fst_(fst ? *fst : mapper.fst_), comp_(mapper.comp_), i_(0) {} 62 sort(arcs_.begin(), arcs_.end(), comp_); in SetState() 71 uint64 Properties(uint64 props) const { return comp_.Properties(props); } in Properties() 75 const Compare &comp_; variable
|
D | heap.h | 57 Heap(Compare comp) : comp_(comp), size_(0) { } in Heap() 158 return max ? comp_(y, x) : comp_(x, y); in Better() 194 Compare comp_;
|
D | state-map.h | 469 sort(arcs_.begin(), arcs_.end(), comp_); in SetState() 516 Compare comp_; variable 552 sort(arcs_.begin(), arcs_.end(), comp_); in SetState() 592 Compare comp_; variable
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.24 | 4758 * src/pcf/pcf.h: s/gzip_/comp_/. 4760 s/gzip_/comp_/.
|