Function simdutf::validate_utf16be_with_errors
source · pub fn validate_utf16be_with_errors(src: &[u16]) -> Result
Expand description
Validate the UTF-16BE string.
This function is not BOM-aware.
pub fn validate_utf16be_with_errors(src: &[u16]) -> Result
Validate the UTF-16BE string.
This function is not BOM-aware.