Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp307 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()
308 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
H A Dsanitizer_libc.cpp244 while (IsDigit(*nptr)) { in internal_simple_strtoll()
H A Dsanitizer_common.h489 inline bool IsDigit(int c) { in IsDigit() function
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t230 push @{$d {IsDigit}} => map {$class =~ /^Nd$/ ? $_ : "!$_"} @$chars;
H A Dpat_rt_report.t266 my $NormalChar = qr /[\p{IsDigit}\p{IsLower}\p{IsUpper}]/;
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h2065 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
2066 if (IsDigit != IsDigitPart) { in RecordParts()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlretut.pod2132 Unicode, C<\P{IsDigit}>. The Unicode and POSIX character classes can
2139 /\s+[abc\p{IsDigit}xyz]\s+/; # match a,b,c,x,y,z, or a digit
2140 /^=item\s\p{IsDigit}/; # match '=item',
H A Dperl58delta.pod2498 Zero entries were missing from the Unicode classes such as C<IsDigit>.