MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / all_digits

Function all_digits

src/gpre/gpre.cpp:1240–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238//
1239
1240static bool all_digits(const char* str1)
1241{
1242 for (; *str1; str1++)
1243 {
1244 if (!(get_classes(*str1) & CHR_DIGIT))
1245 return false;
1246 }
1247
1248 return true;
1249}
1250
1251
1252//____________________________________________________________

Callers 1

mainFunction · 0.85

Calls 1

get_classesFunction · 0.85

Tested by

no test coverage detected