Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4609 wchar_t* wbe = wbb + j; in __analyze() local
4611 while (wbb != wbe) { in __analyze()
4614 for (++wbb; wbb != wbe && ct.is(ctype_base::space, *wbb); ++wbb) in __analyze()
4620 …ptrdiff_t i = __scan_keyword(w, wbe, this->__weeks_, this->__weeks_ + 14, ct, err, false) - this->… in __analyze()
4631 …i = __scan_keyword(w, wbe, this->__months_, this->__months_ + 24, ct, err, false) - this->__months… in __analyze()
4645 … i = __scan_keyword(w, wbe, this->__am_pm_, this->__am_pm_ + 2, ct, err, false) - this->__am_pm_; in __analyze()
4655 switch (__get_up_to_n_digits(wbb, wbe, err, ct, 4)) { in __analyze()
4759 wchar_t* wbe; in init() local
4770 wbe = wbuf + j; in init()
4771 __weeks_[i].assign(wbuf, wbe); in init()
[all …]