OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDigit
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-internal-utils.cc
80
(!
IsDigit
(prev_char) &&
IsDigit
(*p));
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc
276
while (back > file_line_info &&
IsDigit
(*back)) --back;
277
if (*back != ':' || !
IsDigit
(back[1])) break;
sanitizer_libc.cc
244
while (
IsDigit
(*nptr)) {
sanitizer_common.h
421
INLINE bool
IsDigit
(int c) {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_libcdep.cpp
305
while (back > file_line_info &&
IsDigit
(*back)) --back;
306
if (*back != ':' || !
IsDigit
(back[1])) break;
sanitizer_libc.cpp
244
while (
IsDigit
(*nptr)) {
sanitizer_common.h
474
inline bool
IsDigit
(int c) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_libcdep.cpp
310
while (back > file_line_info &&
IsDigit
(*back)) --back;
311
if (*back != ':' || !
IsDigit
(back[1])) break;
sanitizer_libc.cpp
269
while (
IsDigit
(*nptr)) {
sanitizer_common.h
500
inline bool
IsDigit
(int c) {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h
994
if (str.empty() || !
IsDigit
(str[0])) {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
1917
inline bool
IsDigit
(char ch) {
1918
return
isdigit
(static_cast<unsigned char>(ch)) != 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1926
bool IsDigitPart =
isDigit
(Curr[0]);
1928
bool
IsDigit
=
isDigit
(Curr[I]);
1929
if (
IsDigit
!= IsDigitPart) {
1933
IsDigitPart =
isDigit
(Curr[I]);
/src/external/public-domain/sqlite/dist/
shell.c
274
#define
IsDigit
(X)
isdigit
((unsigned char)X)
5699
if(
isdigit
(zA[i]) ){
5701
if( !
isdigit
(zB[j]) ) return x;
5705
while( i+k<nKey1 &&
isdigit
(zA[i+k])
5706
&& j+k<nKey2 &&
isdigit
(zB[j+k]) ){
5709
if( i+k<nKey1 &&
isdigit
(zA[i+k]) ){
5711
}else if( j+k<nKey2 &&
isdigit
(zB[j+k]) ){
24400
while(
IsDigit
(zArg[0]) ){
29237
if( (z[0]=='-' || z[0]=='+') &&
IsDigit
(z[1]) ) z++
[
all
...]
Completed in 88 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026