Searched refs:_frm_end (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 3167 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local 3172 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3184 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local 3189 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3220 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local 3221 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length() 3244 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local 3249 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3261 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local 3266 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() [all …]
|