Searched defs:frm_end (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | locale.cpp | 1357 const intern_type* frm_end, in do_out() 1414 const extern_type* frm_end, in do_in() 1503 state_type& st, const extern_type* frm, const extern_type* frm_end, size_t mx) const { in do_length() argument 1546 const uint16_t* frm_end, in utf16_to_utf8() 1612 const uint32_t* frm_end, in utf16_to_utf8() 1678 const uint8_t* frm_end, in utf8_to_utf16() 1784 const uint8_t* frm_end, in utf8_to_utf16() 1890 const uint8_t* frm_end, in utf8_to_utf16_length() 1973 const uint32_t* frm_end, in ucs4_to_utf8() 2023 const uint8_t* frm_end, in utf8_to_ucs4() [all …]
|
/aosp_15_r20/external/libcxx/src/ |
H A D | locale.cpp | 1533 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out() 1590 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() 1691 const extern_type* frm, const extern_type* frm_end, size_t mx) const in do_length() argument 1737 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() 1814 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() 1891 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() 2012 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() 2133 utf8_to_utf16_length(const uint8_t* frm, const uint8_t* frm_end, in utf8_to_utf16_length() 2234 ucs4_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in ucs4_to_utf8() 2289 utf8_to_ucs4(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_ucs4() [all …]
|