Searched refs:generic_validate_ascii_with_errors (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 15492 result generic_validate_ascii_with_errors(const uint8_t * input, size_t length) { in generic_validate_ascii_with_errors() function 15516 result generic_validate_ascii_with_errors(const char * input, size_t length) { in generic_validate_ascii_with_errors() function 15517 …return generic_validate_ascii_with_errors<utf8_checker>(reinterpret_cast<const uint8_t *>(input),l… in generic_validate_ascii_with_errors() 16768 return arm64::utf8_validation::generic_validate_ascii_with_errors(buf,len); in validate_ascii_with_errors() 24903 result generic_validate_ascii_with_errors(const uint8_t * input, size_t length) { in generic_validate_ascii_with_errors() function 24927 result generic_validate_ascii_with_errors(const char * input, size_t length) { in generic_validate_ascii_with_errors() function 24928 …return generic_validate_ascii_with_errors<utf8_checker>(reinterpret_cast<const uint8_t *>(input),l… in generic_validate_ascii_with_errors() 26176 return haswell::utf8_validation::generic_validate_ascii_with_errors(buf,len); in validate_ascii_with_errors() 27275 result generic_validate_ascii_with_errors(const uint8_t * input, size_t length) { in generic_validate_ascii_with_errors() function 27299 result generic_validate_ascii_with_errors(const char * input, size_t length) { in generic_validate_ascii_with_errors() function [all …]
|