Searched refs:digit (Results 151 - 175 of 255) sorted by relevance

1234567891011

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dslpconf.vim124 \ '\%([[:digit:][:alpha:]]\|[!-+./:-@[-`{-~-]\|\\\x\x\)\+'
166 \ '\%([!-+./:-@[-`{-~-]\|\\\x\x\)\+\|[[:digit:][:alpha:]]'
H A Dperl.vim211 syn match perlNumber "\<\%(0\%(x\x[[:xdigit:]_]*\|b[01][01_]*\|\o[0-7_]*\|\)\|[1-9][[:digit:]_]*\)\>"
212 syn match perlFloat "\<\d[[:digit:]_]*[eE][\-+]\=\d\+"
213 syn match perlFloat "\<\d[[:digit:]_]*\.[[:digit:]_]*\%([eE][\-+]\=\d\+\)\="
214 syn match perlFloat "\.[[:digit:]_]\+\%([eE][\-+]\=\d\+\)\="
245 syn region perlMatch matchgroup=perlMatchStartEnd start="\%([$@%&*]\@<!\%(\<split\|\<while\|\<if\|\<unless\|\.\.\|[-+*!~(\[{=]\)\s*\)\@<=/\%(/=\)\@!" start=+^/\%(/=\)\@!+ start=+\s\@<=/\%(/=\)\@![^[:space:][:digit:]$@%=]\@=\%(/\_s*\%([([{$@%&*[:digit:]"'`]\|\_s\w\|[[:upper:]_abd-fhjklnqrt-wyz]\)\)\@!+ skip=+\\/+ end=+/[cgimopsx]*+ contains=@perlInterpSlash
H A Dptcap.vim48 syn match ptcapNumberError "#\d*[^[:digit:]:\\]"lc=1 contained
H A Dmma.vim216 " \.xx 2 digit hex
217 " \:xxxx 4 digit hex (multibyte unicode)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl324 # use only the first digit
1083 if { ![string is digit -strict $s] } {
1137 if { ![string is digit -strict $s] } {
1208 if { ![string is digit -strict $s] } {
1297 if { ![string is digit -strict $s] } {
1352 if { ![string is digit -strict $s] } {
1422 if { ![string is digit -strict $s] } {
1463 if { ![string is digit -strict $s] } {
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dethio-util.el616 (ethio-convert-digit))
790 (defun ethio-convert-digit nil
805 ;; first digit is 10, 20, ..., or 90
810 ;; first digit is 2, 3, ..., or 9
1045 (digit nil) ;; t means previous char was an Ethiopic digit
1095 (cond ; fidel, punc, digit
1109 digit nil))
1118 digit nil))
1120 ;; now CH must be an ethiopic digit
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddata.c2427 int digit;
2430 digit = character - '0';
2432 digit = character - 'a' + 10;
2434 digit = character - 'A' + 10;
2438 if (digit >= base)
2441 return digit;
2494 int digit = digit_to_number (*p++, b);
2495 if (digit < 0)
2497 v = v * b + digit;
2413 int digit; local
2480 int digit = digit_to_number (*p++, b); variable
H A Dw32proc.c1965 unsigned digit = p - hex;
1966 if (digit > 15)
1967 digit -= 6;
1968 val = val * 16 + digit;
1964 unsigned digit = p - hex; local
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_xar.c944 int digit; local
947 digit = *p - '0';
948 while (digit >= 0 && digit < 10 && char_cnt-- > 0) {
949 l = (l * 10) + digit;
950 digit = *++p - '0';
959 int digit; local
964 digit = *p - '0';
969 l |= digit;
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26070 char uniname2ctype_pool_str18[sizeof("digit")];
26450 char uniname2ctype_pool_str1150[sizeof("digit")];
27099 "digit",
H A Dname2ctype.h26070 char uniname2ctype_pool_str18[sizeof("digit")];
26450 char uniname2ctype_pool_str1150[sizeof("digit")];
27099 "digit",
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dnumbers.c129 (xsltUTF8Charcmp((letter), (self)->digit) == 0) || \
396 * (Number, decimal digit), Nl (Number, letter), No (Number,
906 * 0 a digit
907 * # a digit, zero shows as absent
1019 if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
1074 } else if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_tclparam.tcl378 alpha alnum ascii digit graph lower print \
406 alpha alnum ascii digit graph lower print
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm1284 The day of month (01-31). This will parse single digit numbers as well.
1307 The hour (00-23). This will parse single digit numbers as well.
1319 The month number (01-12). This will parse single digit numbers as well.
1323 The minute (00-59). This will parse single digit numbers as well.
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dconvtest.cpp670 hexDigit(uint8_t digit) { argument
671 return digit<=9 ? (char)('0'+digit) : (char)('a'-10+digit);
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dgenmbcs.cpp106 hexDigit(uint8_t digit) { argument
107 return digit<=9 ? (char)('0'+digit) : (char)('a'-10+digit);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.h318 ucdigit_lookup LDAP_P((ac_uint4 code, int *digit));
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c772 int digit,ch; local
773 digit = 0;
779 digit = 1;
781 if (digit)
/macosx-10.9.5/ntp-88/util/
H A Dtg.c45 * code is delayed one bit and the next digit (tens) needs only three
118 #define DEC 2 /* decrement to next digit */
228 void digit(int); /* encode digit */
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.h48 #define digit 1u macro
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js393 var digit = parseInt(next(true), 16);
394 if (isNaN(digit))
396 num = (num << 4) | digit;
/macosx-10.9.5/cctools-845/as/
H A Dexpr.c685 int digit; /* value of next digit in current radix */ local
691 int maxdig; /* Highest permitted digit value. */
694 char *digit_2; /* -> 2nd digit of number. */
791 (digit = hex_value[(int)c]) < maxdig;
793 number = number * radix + digit;
813 input_line_pointer = --digit_2; /* -> 1st digit. */
973 /* here if did not begin with a digit */
1035 /* didn't begin with digit & not a name */
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dlist.c63 /* Table of base-64 digit values indexed by unsigned chars.
732 nonzero digit is 1, we can't recover the original value
733 reliably; so do this only if the digit is 2 or more. This
739 int digit = (*where1 - '0') | 4; local
745 value += 7 - digit;
749 digit = *where - '0';
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c823 int digit = *p - '0'; local
824 int signed_digit = sign * digit;
827 if (9 < (unsigned) digit)
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_neoclock4x.c601 * wrap 2-digit date into 4-digit
809 int digit; local
815 digit = str[i] - '0';
816 n = 10 * n + digit;

Completed in 506 milliseconds

1234567891011