Home
last modified time | relevance | path

Searched defs:toInt (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/experimental/sorttoy/
Dsorttypes.h30 int toInt() const { return fID; } in toInt() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java251 private static int toInt(byte value) { in toInt() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp397 uint64_t BT::MachineEvaluator::toInt(const RegisterCell &A) const { in toInt() function in BT::MachineEvaluator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4472 static std::vector<Value *> toInt(const std::vector<Value *> &vals, bool isSigned) in toInt() function