Sha256: 0a34cf52563d62c368cc7bd9671e5005c15aa07f582e9088b6cf2043dfbea946

Contents?: true

Size: 517 Bytes

Versions: 300

Compression:

Stored size: 517 Bytes

Contents

#ifndef THIRD_PARTY_UTF8_RANGE_UTF8_RANGE_H_
#define THIRD_PARTY_UTF8_RANGE_UTF8_RANGE_H_

#ifdef __cplusplus
extern "C" {
#endif

#if (defined(__ARM_NEON) && defined(__aarch64__)) || defined(__SSE4_1__)
int utf8_range2(const unsigned char* data, int len);
#else
int utf8_naive(const unsigned char* data, int len);
static inline int utf8_range2(const unsigned char* data, int len) {
  return utf8_naive(data, len);
}
#endif

#ifdef __cplusplus
}  // extern "C"
#endif

#endif  // THIRD_PARTY_UTF8_RANGE_UTF8_RANGE_H_

Version data entries

300 entries across 300 versions & 5 rubygems

Version Path
google-protobuf-3.22.2 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-x64-mingw-ucrt ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-arm64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.2-aarch64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-x64-mingw-ucrt ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.1-arm64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
primary_connect_proto-0.19.0 vendor/bundle/ruby/3.0.0/gems/google-protobuf-3.22.0-arm64-darwin/ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.0 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.22.0-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h