Home
last modified time | relevance | path

Searched full:utf8_range (Results 1 – 25 of 110) sorted by relevance

12345

/external/grpc-grpc/third_party/utf8_range/
DBUILD.bazel9 "//third_party/utf8_range:__subpackages__",
26 "utf8_range.c",
27 "utf8_range.h",
33 name = "utf8_range",
35 "utf8_range.c",
37 hdrs = ["utf8_range.h"],
38 strip_include_prefix = "/third_party/utf8_range",
45 strip_include_prefix = "/third_party/utf8_range",
47 ":utf8_range",
55 "utf8_range.c",
[all …]
DCMakeLists.txt2 project (utf8_range C CXX) project
14 add_library (utf8_range STATIC target
15 utf8_range.c
20 add_library (utf8_validity STATIC utf8_validity.cc utf8_range.c)
58 NAMESPACE utf8_range::
60 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets
74 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/utf8_range.pc.cmake
75 ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc @ONLY)
77 FILES ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc
81 install(FILES utf8_range.h utf8_validity.h
Dutf8_validity.cc24 #include "utf8_range.h"
26 namespace utf8_range { namespace
36 } // namespace utf8_range
/external/protobuf/ruby/
DRakefile86 # We need utf8_range in-tree.
87 FileUtils.mkdir_p("ext/google/protobuf_c/third_party/utf8_range")
88 …FileUtils.cp("../third_party/utf8_range/utf8_range.h", "ext/google/protobuf_c/third_party/utf8_ran…
89 … FileUtils.cp("../third_party/utf8_range/naive.c", "ext/google/protobuf_c/third_party/utf8_range")
90 …FileUtils.cp("../third_party/utf8_range/range2-neon.c", "ext/google/protobuf_c/third_party/utf8_ra…
91 …FileUtils.cp("../third_party/utf8_range/range2-sse.c", "ext/google/protobuf_c/third_party/utf8_ran…
92 … FileUtils.cp("../third_party/utf8_range/LICENSE", "ext/google/protobuf_c/third_party/utf8_range")
/external/cronet/third_party/protobuf/ruby/
DRakefile84 # We need utf8_range in-tree.
85 FileUtils.mkdir_p("ext/google/protobuf_c/third_party/utf8_range")
86 …FileUtils.cp("../third_party/utf8_range/utf8_range.h", "ext/google/protobuf_c/third_party/utf8_ran…
87 … FileUtils.cp("../third_party/utf8_range/naive.c", "ext/google/protobuf_c/third_party/utf8_range")
88 …FileUtils.cp("../third_party/utf8_range/range2-neon.c", "ext/google/protobuf_c/third_party/utf8_ra…
89 …FileUtils.cp("../third_party/utf8_range/range2-sse.c", "ext/google/protobuf_c/third_party/utf8_ran…
90 … FileUtils.cp("../third_party/utf8_range/LICENSE", "ext/google/protobuf_c/third_party/utf8_range")
/external/grpc-grpc/third_party/upb/upb/cmake/
DCMakeLists.txt42 if(NOT TARGET utf8_range)
43 if(EXISTS ../../third_party/utf8_range)
44 # utf8_range is already installed
45 include_directories(../../third_party/utf8_range)
49 utf8_range
50 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
53 FetchContent_GetProperties(utf8_range)
55 FetchContent_Populate(utf8_range)
Dmake_cmakelists.py294 if(NOT TARGET utf8_range)
295 if(EXISTS ../../third_party/utf8_range)
296 # utf8_range is already installed
297 include_directories(../../third_party/utf8_range)
301 utf8_range
302 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
305 FetchContent_GetProperties(utf8_range)
307 FetchContent_Populate(utf8_range)
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt44 ExternalProject_Add(utf8_range
45 PREFIX utf8_range
46 SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../../../third_party/utf8_range"
51 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/utf8_range
75 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
78 DEPENDS absl utf8_range
120 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
153 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
/external/cronet/third_party/protobuf/php/tests/
Dcompile_extension.sh7 # utf8_range has to live in the base third_party directory.
11 mkdir -p ext/google/protobuf/third_party/utf8_range
12 cp ../third_party/utf8_range/* ext/google/protobuf/third_party/utf8_range
14 echo "Copied utf8_range from ../third_party -> ext/google/protobuf/third_party"
/external/protobuf/php/tests/
Dcompile_extension.sh7 # utf8_range has to live in the base third_party directory.
11 mkdir -p ext/google/protobuf/third_party/utf8_range
12 cp ../third_party/utf8_range/* ext/google/protobuf/third_party/utf8_range
14 echo "Copied utf8_range from ../third_party -> ext/google/protobuf/third_party"
/external/rust/crates/grpcio-sys/grpc/third_party/utf8_range/
DCMakeLists.txt2 project (utf8_range C CXX) project
14 add_library (utf8_range STATIC target
60 NAMESPACE utf8_range::
62 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets
78 install(FILES utf8_range.h utf8_validity.h
DBUILD.bazel20 "utf8_range.h",
29 name = "utf8_range",
35 hdrs = ["utf8_range.h"],
Dutf8_validity.h12 namespace utf8_range {
21 } // namespace utf8_range
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/
DCMakeLists.txt56 if(NOT TARGET utf8_range)
57 if(EXISTS ../external/utf8_range)
58 # utf8_range is already installed
59 include_directories(../external/utf8_range)
63 utf8_range
64 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
67 FetchContent_GetProperties(utf8_range)
69 FetchContent_Populate(utf8_range)
310 utf8_range)
Dmake_cmakelists.py225 if kwargs["name"] == "utf8_range":
352 if(NOT TARGET utf8_range)
353 if(EXISTS ../external/utf8_range)
354 # utf8_range is already installed
355 include_directories(../external/utf8_range)
359 utf8_range
360 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
363 FetchContent_GetProperties(utf8_range)
365 FetchContent_Populate(utf8_range)
/external/protobuf/php/ext/google/protobuf/
Dconfig.m47 …s.c php-upb.c protobuf.c third_party/utf8_range/naive.c third_party/utf8_range/range2-neon.c third…
9 PHP_ADD_BUILD_DIR($ext_builddir/third_party/utf8_range)
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dconfig.m47 …s.c php-upb.c protobuf.c third_party/utf8_range/naive.c third_party/utf8_range/range2-neon.c third…
9 PHP_ADD_BUILD_DIR($ext_builddir/third_party/utf8_range)
/external/protobuf/third_party/utf8_range/
DBUILD.bazel12 "utf8_range.h",
21 name = "utf8_range",
22 hdrs = ["utf8_range.h"],
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
Dmake_grpcio_tools.py65 ('@utf8_range//:', 'third_party/utf8_range/'),
74 os.path.join('third_party', 'utf8_range'),
90 ('third_party/utf8_range', 'third_party/utf8_range')
/external/grpc-grpc/third_party/
DREADME.md131 ### Updating third_party/utf8_range
136 wget https://github.com/protocolbuffers/utf8_range/archive/refs/heads/main.zip
137 rm -rf $GRPC_ROOT/third_party/utf8_range
139 mv $GRPC_ROOT/third_party/utf8_range-main $GRPC_ROOT/third_party/utf8_range
/external/protobuf/php/
DBUILD.bazel55 "//third_party/utf8_range:utf8_range_srcs",
56 "//third_party/utf8_range:LICENSE",
59 prefix = "third_party/utf8_range",
/external/cronet/third_party/protobuf/third_party/utf8_range/
DBUILD5 name = "utf8_range",
6 hdrs = ["utf8_range.h"],
/external/grpc-grpc/third_party/utf8_range/fuzz/
Dutf8_validity_fuzzer.cc12 utf8_range::IsStructurallyValid( in LLVMFuzzerTestOneInput()
14 utf8_range::SpanStructurallyValid( in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/utf8_range/fuzz/
Dutf8_validity_fuzzer.cc10 utf8_range::IsStructurallyValid( in LLVMFuzzerTestOneInput()
12 utf8_range::SpanStructurallyValid( in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md139 ### Updating third_party/utf8_range
144 wget https://github.com/protocolbuffers/utf8_range/archive/refs/heads/main.zip
145 rm -rf $GRPC_ROOT/third_party/utf8_range
147 mv $GRPC_ROOT/third_party/utf8_range-main $GRPC_ROOT/third_party/utf8_range

12345