Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser.cc17 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 …]
Ddateparser.h304 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/
Darcsort.h46 : 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
Dheap.h57 Heap(Compare comp) : comp_(comp), size_(0) { } in Heap()
158 return max ? comp_(y, x) : comp_(x, y); in Better()
194 Compare comp_;
Dstate-map.h469 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/
DChangeLog.244758 * src/pcf/pcf.h: s/gzip_/comp_/.
4760 s/gzip_/comp_/.