Home
last modified time | relevance | path

Searched refs:char_begin (Results 1 – 19 of 19) sorted by relevance

/external/cronet/base/i18n/
Dfile_util_icu.cc226 int char_begin = cursor; in ReplaceIllegalCharactersInPath() local
237 ((char_begin == 0 || cursor == static_cast<int>(file_name->length())) && in ReplaceIllegalCharactersInPath()
239 file_name->replace(char_begin, cursor - char_begin, 1, replace_char); in ReplaceIllegalCharactersInPath()
243 cursor = char_begin + 1; in ReplaceIllegalCharactersInPath()
246 unreplaced_legal_range_begin = char_begin; in ReplaceIllegalCharactersInPath()
251 last_extension_separator = char_begin; in ReplaceIllegalCharactersInPath()
/external/libchrome/base/i18n/
Dfile_util_icu.cc116 int char_begin = cursor; in ReplaceIllegalCharactersInPath() local
133 ((char_begin == 0 || cursor == static_cast<int>(file_name->length())) && in ReplaceIllegalCharactersInPath()
135 file_name->replace(char_begin, cursor - char_begin, 1, replace_char); in ReplaceIllegalCharactersInPath()
139 cursor = char_begin + 1; in ReplaceIllegalCharactersInPath()
/external/cronet/third_party/abseil-cpp/absl/strings/
Dcord_test.cc971 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()
2279 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
2280 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
2287 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
2288 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
2343 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
2413 absl::Cord::CharIterator it = cord.char_begin(); in TEST_P()
2950 EXPECT_EQ(*cc3.char_begin(), 'a'); in TEST_P()
2952 auto char_it = cc3.char_begin(); in TEST_P()
2956 char_it = cc3.char_begin(); in TEST_P()
[all …]
Dcord.h640 CharIterator char_begin() const;
1547 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1554 return cord_->char_begin(); in begin()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord_test.cc969 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()
2277 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
2278 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
2285 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
2286 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
2341 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
2411 absl::Cord::CharIterator it = cord.char_begin(); in TEST_P()
2948 EXPECT_EQ(*cc3.char_begin(), 'a'); in TEST_P()
2950 auto char_it = cc3.char_begin(); in TEST_P()
2954 char_it = cc3.char_begin(); in TEST_P()
[all …]
Dcord.h639 CharIterator char_begin() const;
1584 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1591 return cord_->char_begin(); in begin()
/external/abseil-cpp/absl/strings/
Dcord_test.cc939 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()
2241 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
2242 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
2249 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
2250 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
2305 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
2375 absl::Cord::CharIterator it = cord.char_begin(); in TEST_P()
2859 EXPECT_EQ(*cc3.char_begin(), 'a'); in TEST_P()
2861 auto char_it = cc3.char_begin(); in TEST_P()
2865 char_it = cc3.char_begin(); in TEST_P()
Dcord.h627 CharIterator char_begin() const;
1556 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1563 return cord_->char_begin(); in begin()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dcord_test.cc970 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()
2272 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
2273 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
2280 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
2281 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
2336 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
2406 absl::Cord::CharIterator it = cord.char_begin(); in TEST_P()
2890 EXPECT_EQ(*cc3.char_begin(), 'a'); in TEST_P()
2892 auto char_it = cc3.char_begin(); in TEST_P()
2896 char_it = cc3.char_begin(); in TEST_P()
Dcord.h640 CharIterator char_begin() const;
1577 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1584 return cord_->char_begin(); in begin()
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord_test.cc971 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()
2357 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
2358 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
2365 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
2366 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
2421 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
2491 absl::Cord::CharIterator it = cord.char_begin(); in TEST_P()
3028 EXPECT_EQ(*cc3.char_begin(), 'a'); in TEST_P()
3030 auto char_it = cc3.char_begin(); in TEST_P()
3034 char_it = cc3.char_begin(); in TEST_P()
[all …]
Dcord.h661 CharIterator char_begin() const;
1574 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1581 return cord_->char_begin(); in begin()
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.h536 CharIterator char_begin() const;
1208 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1215 return cord_->char_begin(); in begin()
Dcord_test.cc1461 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1462 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1469 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
1470 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
1525 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcord.h535 CharIterator char_begin() const;
1185 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1192 return cord_->char_begin(); in begin()
Dcord_test.cc1445 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1446 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1453 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
1454 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
1509 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.h566 CharIterator char_begin() const;
1303 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1310 return cord_->char_begin(); in begin()
Dcord_test.cc1465 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1466 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1473 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()
1474 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()
1529 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
/external/tensorflow/tensorflow/core/platform/
Dram_file_system.h84 data_->append(cord.char_begin(), cord.char_end()); in Append()