Home
last modified time | relevance | path

Searched defs:Overflowed (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/icu/icu4c/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h201 bool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp613 bool Overflowed; in merge() local
627 bool Overflowed; in scale() local
665 bool Overflowed; in merge() local
686 bool Overflowed; in scale() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp227 bool Overflowed; in getScaledCount() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java115 public boolean Overflowed() { in Overflowed() method in CollationKeys.SortKeyByteSink
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java108 public boolean Overflowed() { in Overflowed() method in CollationKeys.SortKeyByteSink
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc1945 static bool Overflowed(const State *state) { in Overflowed() function