Sha256: ab4715c546daeb2137fb491a5b49d6217781461db0dcc2207ded4aeff96d625f

Contents?: true

Size: 321 Bytes

Versions: 108

Compression:

Stored size: 321 Bytes

Contents

#if ((defined(__ARM_NEON) && defined(__aarch64__)) || defined(__SSE4_1__)) && !defined(TRUFFLERUBY)
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

108 entries across 108 versions & 2 rubygems

Version Path
google-protobuf-3.21.7-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.7-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.7-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.7-x64-mingw-ucrt ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.7 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.7-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x64-mingw-ucrt ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.6-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x86_64-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x86-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x86-linux ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x64-mingw32 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x64-mingw-ucrt ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
google-protobuf-3.21.5-x86_64-darwin ext/google/protobuf_c/third_party/utf8_range/utf8_range.h