Home
last modified time | relevance | path

Searched refs:IsDigit (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc88 (!IsDigit(prev_char) && IsDigit(*p)); in ConvertIdentifierNameToWords()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp317 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()
318 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
H A Dsanitizer_libc.cpp269 while (IsDigit(*nptr)) { in internal_simple_strtoll()
H A Dsanitizer_common.h503 inline bool IsDigit(int c) { in IsDigit() function
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1011 if (str.empty() || !IsDigit(str[0])) { in ParseNaturalNumber()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2136 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
2137 if (IsDigit != IsDigitPart) { in RecordParts()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1935 inline bool IsDigit(char ch) {
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c242 #define IsDigit(X) isdigit((unsigned char)X) macro
1685 if( !IsDigit(*z) ){ in isNumber()
1690 while( IsDigit(*z) ){ z++; } in isNumber()
1693 if( !IsDigit(*z) ) return 0; in isNumber()
1694 while( IsDigit(*z) ){ z++; } in isNumber()
1700 if( !IsDigit(*z) ) return 0; in isNumber()
1701 while( IsDigit(*z) ){ z++; } in isNumber()
1891 while( IsDigit(zArg[0]) ){ in integerValue()
24526 if( !IsDigit(z[0]) ) return 0; in testcase_glob()
24528 while( IsDigit(z[0]) ){ z++; } in testcase_glob()
[all …]