Searched defs:to_split (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | tokenizer-utils.cc | 39 bool to_split = delimiters.find(codepoint) != delimiters.end(); in TokenizeOnDelimiters() local 50 bool to_split = in TokenizeOnWhiteSpacePunctuationAndChineseLetter() local
|
D | tokenizer-utils.h | 35 bool to_split; member
|
/external/googletest/googlemock/test/ |
D | gmock-pp-string_test.cc | 45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 691 std::string to_split = "a," + utf8_string; in TEST() local 698 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 691 std::string to_split = "a," + utf8_string; in TEST() local 698 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 669 std::string to_split = "a," + utf8_string; in TEST() local 676 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 691 std::string to_split = "a," + utf8_string; in TEST() local 698 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | str_split_test.cc | 669 std::string to_split = "a," + utf8_string; in TEST() local 676 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 669 std::string to_split = "a," + utf8_string; in TEST() local 676 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 244 Tensor to_split(DT_INT64, TensorShape({10, 2})); in TEST() local
|