Lines Matching defs:be
76 // a little resource leak. Better approach would be appreciated.
492 // It's never destroyed anyway, but atomic reference counting may be very
4477 char* be = buf + n;
4479 while (bb != be) {
4482 for (++bb; bb != be && ct.is(ctype_base::space, *bb); ++bb)
4488 ptrdiff_t i = __scan_keyword(w, be, this->__weeks_, this->__weeks_ + 14, ct, err, false) - this->__weeks_;
4499 i = __scan_keyword(w, be, this->__months_, this->__months_ + 24, ct, err, false) - this->__months_;
4513 i = __scan_keyword(w, be, this->__am_pm_, this->__am_pm_ + 2, ct, err, false) - this->__am_pm_;
4523 switch (__get_up_to_n_digits(bb, be, err, ct, 4)) {
5192 // should not be removed if showbase is absent.