Searched refs:utf16le_to_ucs2_length (Results 1 – 2 of 2) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 3180 utf16le_to_ucs2_length(const uint8_t* frm, const uint8_t* frm_end, in utf16le_to_ucs2_length() function 3969 return utf16le_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length() 4131 return utf16le_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
|
/external/libcxx/src/ |
D | locale.cpp | 3087 utf16le_to_ucs2_length(const uint8_t* frm, const uint8_t* frm_end, in utf16le_to_ucs2_length() function 3795 return utf16le_to_ucs2_length(_frm, _frm_end, mx, _Maxcode_, _Mode_); in do_length()
|