Searched refs:overflowed_ (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | bytestream.cpp | 33 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/ |
D | bytestream.cpp | 33 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/ |
D | bytestream.cpp | 33 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/ |
D | bytestream.cpp | 33 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/ |
D | bytestream.h | 205 UBool Overflowed() const { return overflowed_; } in Overflowed() 219 UBool overflowed_; variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() 254 UBool overflowed_; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() 254 UBool overflowed_; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() 254 UBool overflowed_; variable
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.h | 201 bool Overflowed() const { return overflowed_; } in Overflowed() 207 bool overflowed_; variable
|
D | bytestream.cc | 69 : outbuf_(outbuf), capacity_(capacity), size_(0), overflowed_(false) { in CheckedArrayByteSink() 76 overflowed_ = true; in Append()
|