Home
last modified time | relevance | path

Searched defs:isOctDigit (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DAttoparsec.hs20 isOctDigit w = w >= 48 && w <= 55 function
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/core/1.0.2/src/
H A DChar.elm176 isOctDigit char = function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/
H A DChar.hs219 isOctDigit = liftPredL1 C.isOctDigit function
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DUnicode.hs242 isOctDigit c = (fromIntegral (ord c - ord '0') :: Word) <= 7 function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DEncoding.h86 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DEncoding.h87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; } in isOctDigit() function
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/src/
H A DHsLexer.lhs228 > isOctDigit, isHexDigit :: Char -> Bool function
229 > isOctDigit c = c `elem` "01234567" function
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxascii.cpp138 FXbool isOctDigit(FXchar asc){ in isOctDigit() function
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxascii.cpp138 FXbool isOctDigit(FXchar asc){ in isOctDigit() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/regex/
H A DASCII.java242 static boolean isOctDigit(int ch) { in isOctDigit() method in ASCII
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/regex/
H A DASCII.java242 static boolean isOctDigit(int ch) { in isOctDigit() method in ASCII

123