File: validate_utf16_to_latin1.h

package info (click to toggle)
simdutf 7.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,968 kB
  • sloc: cpp: 59,437; ansic: 14,080; python: 3,135; sh: 311; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "simdutf/common_defs.h"
#include "simdutf/encoding_types.h"

namespace simdutf {
namespace tests {
namespace reference {
simdutf_warn_unused bool
validate_utf16_to_latin1(simdutf::endianness utf16_endianness,
                         const char16_t *buf, size_t len) noexcept;

}
} // namespace tests
} // namespace simdutf