Home
last modified time | relevance | path

Searched defs:IsDigit (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DUtil.cpp27 struct IsDigit : std::unary_function<char, bool> { struct
28 bool operator()(char c) const in operator ()()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DUtil.cpp27 struct IsDigit : std::unary_function<char, bool> { struct
28 bool operator()(char c) const in operator ()()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/ascii/
H A Dasciicharactertraits.h59 struct IsDigit { struct
60 inline IsDigit() {} in IsDigit() function
61 inline bool operator()(const char c) const { in operator()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky/husky-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/include/
H A Dparse.hpp25 #define IsDigit(c) ((c >= '0') && (c <= '9')) macro
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc10/gcc-10.3.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Ddigit.go8 func IsDigit(r rune) bool { func

12345678910>>...17