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

/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp4891 wchar_t* wbe = wbb + j; local
4893 while (wbb != wbe)
4898 for (++wbb; wbb != wbe && ct.is(ctype_base::space, *wbb); ++wbb)
4904 ptrdiff_t i = __scan_keyword(w, wbe, this->__weeks_, this->__weeks_+14,
4918 i = __scan_keyword(w, wbe, this->__months_, this->__months_+24,
4936 i = __scan_keyword(w, wbe, this->__am_pm_, this->__am_pm_+2,
4949 switch(__get_up_to_n_digits(wbb, wbe, err, ct, 4))
5059 wchar_t* wbe; local
5075 wbe = wbuf + j;
5076 __weeks_[i].assign(wbuf, wbe);
5948 wchar_t* wbe = wbuf + j; local
6031 wchar_t* wbe = wbuf + j; local
[all...]

Completed in 62 milliseconds