Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp3111 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3128 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3164 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3165 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length()
3188 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
3193 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3205 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3210 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
[all …]