Searched refs:_frm_end (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 2768 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local 2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 2788 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local 2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 2812 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local 2813 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length() 2835 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local 2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 2855 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local 2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() [all …]
|