Sha256: 3253d0e5083b462e264fb047ef062eea3d5e7d1129c0870767c8e14c9d4aeee2

Contents?: true

Size: 268 Bytes

Versions: 6

Compression:

Stored size: 268 Bytes

Contents

#if defined(__ARM_NEON) || 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
google-protobuf-3.20.0.rc.1-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.20.0.rc.1-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.20.0.rc.1-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.20.0.rc.1-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.20.0.rc.1 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.20.0.rc.1-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h