Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4247 if (0x10ffff < code_point) { return result(error_code::TOO_LARGE, pos); }
10626 if (data[pos] >= 0b10000000) { return result(error_code::TOO_LARGE, pos); }
10632 if (data[pos] >= 0b10000000) { return result(error_code::TOO_LARGE, pos); }
10671 return result(error_code::TOO_LARGE, pos);
10916 if (word > 0x10FFFF) { return result(error_code::TOO_LARGE, pos); } in convert_with_errors()
11030 if (word > 0x10FFFF) { return result(error_code::TOO_LARGE, pos); } in convert_with_errors()
11628 if (0x10ffff < code_point) { return result(error_code::TOO_LARGE, pos); } in convert_with_errors()
11915 if (0x10ffff < code_point) { return result(error_code::TOO_LARGE, pos); } in convert_with_errors()
12210 return result(error_code::TOO_LARGE, pos); in convert_with_errors()
12216 return result(error_code::TOO_LARGE, po in convert_with_errors()
[all...]
H A Dsimdutf.h539 TOO_LARGE, // The decoded character must be less than or equal to U+10FFFF,less than or equal than U+7F for ASCII OR less than equal than U+FF for Latin1 enumerator

Completed in 23 milliseconds