Searched refs:IsDigit (Results 1 – 8 of 8) sorted by relevance
307 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()308 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
244 while (IsDigit(*nptr)) { in internal_simple_strtoll()
489 inline bool IsDigit(int c) { in IsDigit() function
230 push @{$d {IsDigit}} => map {$class =~ /^Nd$/ ? $_ : "!$_"} @$chars;
266 my $NormalChar = qr /[\p{IsDigit}\p{IsLower}\p{IsUpper}]/;
2065 bool IsDigit = isDigit(Curr[I]); in RecordParts() local2066 if (IsDigit != IsDigitPart) { in RecordParts()
2132 Unicode, C<\P{IsDigit}>. The Unicode and POSIX character classes can2139 /\s+[abc\p{IsDigit}xyz]\s+/; # match a,b,c,x,y,z, or a digit2140 /^=item\s\p{IsDigit}/; # match '=item',
2498 Zero entries were missing from the Unicode classes such as C<IsDigit>.