Home
last modified time | relevance | path

Searched refs:overflowed_ (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dbytestream.cpp33 size_(0), appended_(0), overflowed_(FALSE) { in CheckedArrayByteSink()
40 overflowed_ = FALSE; in Reset()
51 overflowed_ = TRUE; in Append()
58 overflowed_ = TRUE; in Append()
/third_party/skia/third_party/externals/icu/source/common/
Dbytestream.cpp33 size_(0), appended_(0), overflowed_(FALSE) { in CheckedArrayByteSink()
40 overflowed_ = FALSE; in Reset()
51 overflowed_ = TRUE; in Append()
58 overflowed_ = TRUE; in Append()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbytestream.cpp33 size_(0), appended_(0), overflowed_(FALSE) { in CheckedArrayByteSink()
40 overflowed_ = FALSE; in Reset()
51 overflowed_ = TRUE; in Append()
58 overflowed_ = TRUE; in Append()
/third_party/icu/icu4c/source/common/
Dbytestream.cpp33 size_(0), appended_(0), overflowed_(FALSE) { in CheckedArrayByteSink()
40 overflowed_ = FALSE; in Reset()
51 overflowed_ = TRUE; in Append()
58 overflowed_ = TRUE; in Append()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestream.h205 UBool Overflowed() const { return overflowed_; } in Overflowed()
219 UBool overflowed_; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed()
254 UBool overflowed_; variable
/third_party/icu/icu4c/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed()
254 UBool overflowed_; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed()
254 UBool overflowed_; variable
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h201 bool Overflowed() const { return overflowed_; } in Overflowed()
207 bool overflowed_; variable
Dbytestream.cc69 : outbuf_(outbuf), capacity_(capacity), size_(0), overflowed_(false) { in CheckedArrayByteSink()
76 overflowed_ = true; in Append()