Home
last modified time | relevance | path

Searched defs:removeRange (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Duset_imp.h55 USetRemoveRange *removeRange; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_base.h82 template <class T> static void removeRange(T &First, T &Last) { in removeRange() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h84 template <class T> static void removeRange(T &First, T &Last) { in removeRange() function
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as163 …public function removeRange(fromIndex:int, toIndex:int, programName:String = DEFAULT_PROGRAM_NAME)… method in org.antlr.runtime.TokenRewriteStream
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveInterval.cpp295 void LiveInterval::removeRange(SlotIndex Start, SlotIndex End, in removeRange() function in LiveInterval