Home
last modified time | relevance | path

Searched defs:getOrNone (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDateTimeStyleSet.java27 private int getOrNone(int which) { in getOrNone() method in DateTimeStyleSet
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDateTimeStyleSet.java30 private int getOrNone(int which) { in getOrNone() method in DateTimeStyleSet
/external/llvm-project/llvm/lib/Analysis/
DMemoryLocation.cpp88 Optional<MemoryLocation> MemoryLocation::getOrNone(const Instruction *Inst) { in getOrNone() function in MemoryLocation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h207 static Optional<MemoryLocation> getOrNone(const Instruction *Inst) { in getOrNone() function