Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp2684 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
2689 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2704 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2709 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2728 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
2729 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length()
2751 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
2756 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2771 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2776 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
[all …]