OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIGIT
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/share/locale/ctype/charset/
ASCII
10
DIGIT
'0' - '9'
JISX0201-left
9
DIGIT
0x0030 - 0x0039
GB2312
41
DIGIT
0x2231 - 0x2262 0x2265 - 0x226e 0x2271 - 0x227c
52
DIGIT
0x2330 - 0x2339
/src/lib/libc/net/
iso_addr.c
61
#define
DIGIT
(4*0)
90
case GOTTWO |
DIGIT
:
92
case VIRGIN |
DIGIT
:
94
case GOTONE |
DIGIT
:
linkaddr.c
54
#define
DIGIT
(4*0)
90
case NAMING |
DIGIT
:
99
case GOTTWO |
DIGIT
:
102
case RESET |
DIGIT
:
106
case GOTONE |
DIGIT
:
/src/sys/arch/ia64/stand/common/
interp_backslash.c
28
#define
DIGIT
(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
112
/* Three
digit
octal constant? */
117
val = (
DIGIT
(*str) << 6) + (
DIGIT
(*(str + 1)) << 3) +
118
DIGIT
(*(str + 2));
127
/* One or two
digit
hex constant?
134
val =
DIGIT
(*(str + 2));
136
val = (val << 4) +
DIGIT
(*(str + 3));
/src/share/locale/ctype/
en_US.ASCII.src
11
DIGIT
'0' - '9'
en_US.ISO_8859-1.src
14
DIGIT
'0' - '9'
ru_RU.CP866.src
14
DIGIT
'0' - '9'
ru_RU.KOI8-R.src
14
DIGIT
'0' - '9'
tr_TR.ISO8859-9.src
34
DIGIT
'0' - '9'
el_GR.ISO8859-7.src
15
DIGIT
'0' - '9'
en_US.DIS_8859-15.src
14
DIGIT
'0' - '9'
lt_LT.ISO8859-13.src
18
DIGIT
'0' - '9'
uk_UA.KOI8-U.src
16
DIGIT
'0' - '9'
ko_KR.eucKR.src
33
DIGIT
'0' - '9'
54
DIGIT
0xa3b0 - 0xa3b9
88
DIGIT
0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* Greek
Digit
*/
91
SWIDTH2 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* Greek
Digit
*/
en_US.ISO_8859-2.src
18
DIGIT
'0' - '9'
en_US.ISO_8859-4.src
17
DIGIT
'0' - '9'
kk_KZ.PT154.src
18
DIGIT
'0' - '9'
en_US.UTF-8.src
51
DIGIT
'0' - '9'
910
DIGIT
0x0660 - 0x0669 0x06f0 - 0x06f9
963
DIGIT
0x07c0 - 0x07c9
1040
DIGIT
0x0966 - 0x096f
1060
DIGIT
0x09e6 - 0x09ef
1088
DIGIT
0x0a66 - 0x0a6f
1116
DIGIT
0x0ae6 - 0x0aef
1144
DIGIT
0x0b66 - 0x0b6f
1172
DIGIT
0x0be6 - 0x0bef
1200
DIGIT
0x0c66 - 0x0c6
[
all
...]
bg_BG.CP1251.src
19
DIGIT
'0' - '9'
zh_CN.eucCN.src
39
DIGIT
'0' - '9'
63
DIGIT
0xa2b1 - 0xa2e2 0xa2e5 - 0xa2ee 0xa2f1 - 0xa2fc
74
DIGIT
0xa3b0 - 0xa3b9
gen_ctype_utf8.pl
25
DIGIT
130
# Nd Decimal_Number a decimal
digit
175
push @{ $info->{
DIGIT
} }, $code;
ja_JP.SJIS.src
44
DIGIT
'0'-'9'
86
DIGIT
0x824f-0x8258
/src/usr.bin/mklocale/
lex.l
64
DIGIT
[0-9]
91
{
DIGIT
}+ { yylval.rune = _bcs_strtoul(yytext, 0, 10);
104
DIGIT
{ yylval.i = _RUNETYPE_D|_RUNETYPE_R|_RUNETYPE_G;
Completed in 16 milliseconds
1
2
Indexes created Mon Oct 20 03:09:53 GMT 2025