Home
last modified time | relevance | path

Searched defs:to_split (Results 1 – 15 of 15) sorted by relevance

/external/libtextclassifier/native/utils/
Dtokenizer-utils.cc39 bool to_split = delimiters.find(codepoint) != delimiters.end(); in TokenizeOnDelimiters() local
50 bool to_split = in TokenizeOnWhiteSpacePunctuationAndChineseLetter() local
Dtokenizer-utils.h35 bool to_split; member
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
/external/googletest/googlemock/test/
Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
/external/cronet/stable/third_party/googletest/src/googlemock/test/
Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
/external/cronet/tot/third_party/googletest/src/googlemock/test/
Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
/external/flashrom/util/flashrom_tester/flashrom/src/
Dlib.rs71 pub fn to_split(fc: FlashChip) -> (&'static str, Option<&'static str>) { in to_split() method
/external/abseil-cpp/absl/strings/
Dstr_split_test.cc694 std::string to_split = "a," + utf8_string; in TEST() local
701 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc691 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/
Dstr_split_test.cc669 std::string to_split = "a," + utf8_string; in TEST() local
676 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc740 std::string to_split = "a," + utf8_string; in TEST() local
747 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc740 std::string to_split = "a," + utf8_string; in TEST() local
747 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc740 std::string to_split = "a," + utf8_string; in TEST() local
747 std::string to_split = "a," + utf8_string + ",b"; in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc245 Tensor to_split(DT_INT64, TensorShape({10, 2})); in TEST() local