File: validate_utf16_to_latin1.h

package info (click to toggle)
simdutf 8.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,524 kB
  • sloc: cpp: 64,498; ansic: 15,347; python: 3,592; sh: 366; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
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