Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/
H A 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 …]
H A 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
H A Dutf8_validity.cc24 #include "utf8_range.h"
26 namespace utf8_range { namespace
36 } // namespace utf8_range
/aosp_15_r20/external/protobuf/ruby/
H A 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")
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/
H A 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")
/aosp_15_r20/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
H A 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
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/
H A 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)
H A 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)
/aosp_15_r20/external/rust/android-crates-io/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)
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A 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"
/aosp_15_r20/external/protobuf/php/tests/
H A 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"
/aosp_15_r20/external/grpc-grpc/tools/buildgen/
H A Dextract_metadata_from_bazel_xml.py102 # TODO(veblush): Remove @utf8_range// item once protobuf is upgraded to 26.x
103 "@utf8_range//": "third_party/utf8_range",
107 "@com_google_protobuf//third_party/utf8_range": "third_party/utf8_range",
1112 "@com_google_protobuf//third_party/utf8_range:utf8_range": {
1115 …# rename to utf8_range_lib is necessary for now to avoid clash with utf8_range target in protobuf'…
1424 if "@com_google_protobuf//third_party/utf8_range:utf8_range" not in bazel_rules:
1426 "@com_google_protobuf//third_party/utf8_range:utf8_range"
1429 "@com_google_protobuf//third_party/utf8_range:utf8_range"
1431 _BUILD_EXTRA_METADATA["@utf8_range//:utf8_range"] = md
/aosp_15_r20/external/rust/android-crates-io/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"],
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A 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)
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A 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)
/aosp_15_r20/external/grpc-grpc/third_party/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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')
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/
H A Dmake_grpcio_tools.py66 ("@utf8_range//", "third_party/protobuf/third_party/utf8_range"),
77 os.path.join("third_party", "protobuf", "third_party", "utf8_range"),
99 "third_party/protobuf/third_party/utf8_range",
100 "third_party/protobuf/third_party/utf8_range",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/upb/
Dgen_build_yaml.py32 "third_party/utf8_range/naive.c",
33 "third_party/utf8_range/range2-neon.c",
34 "third_party/utf8_range/range2-sse.c",
80 "third_party/utf8_range/utf8_range.h",
/aosp_15_r20/external/protobuf/third_party/utf8_range/
H A DBUILD.bazel12 "utf8_range.h",
21 name = "utf8_range",
22 hdrs = ["utf8_range.h"],
/aosp_15_r20/external/cronet/third_party/protobuf/third_party/utf8_range/
H A DBUILD.bazel12 "utf8_range.h",
21 name = "utf8_range",
22 hdrs = ["utf8_range.h"],
/aosp_15_r20/external/protobuf/php/
H A DBUILD.bazel55 "//third_party/utf8_range:utf8_range_srcs",
56 "//third_party/utf8_range:LICENSE",
59 prefix = "third_party/utf8_range",

123456