Home
last modified time | relevance | path

Searched refs:arm_convert_latin1_to_utf32 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13175 /* begin file src/arm64/arm_convert_latin1_to_utf32.cpp */
13176 std::pair<const char*, char32_t*> arm_convert_latin1_to_utf32(const char* buf, size_t len, char32_t* utf32_output) { in arm_convert_latin1_to_utf32() function
13198 /* end file src/arm64/arm_convert_latin1_to_utf32.cpp */
16863 std::pair<const char*, char32_t*> ret = arm_convert_latin1_to_utf32(buf, len, utf32_output);
[all...]

Completed in 38 milliseconds