MCPcopy Create free account
hub / github.com/creatale/node-dv / cv_isalpha

Function cv_isalpha

deps/opencv/modules/core/src/persistence.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83static inline bool cv_isalpha(char c)
84{
85 return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z');
86}
87
88static inline bool cv_isdigit(char c)
89{

Callers 7

getDefaultObjectNameMethod · 0.85
icv_strtodFunction · 0.85
icvYMLWriteFunction · 0.85
icvXMLParseTagFunction · 0.85
icvXMLWriteTagFunction · 0.85
cvRegisterTypeFunction · 0.85
persistence.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected