OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_digit
(Results
1 - 25
of
41
) sorted by null
1
2
/external/icu/icu4c/source/tools/tzcode/
scheck.c
39
if (
is_digit
(*fp)) {
44
} while (
is_digit
(c));
private.h
113
#define
is_digit
(c) ((unsigned)(c) - '0' <= 9)
macro
localtime.c
653
while ((c = *strp) != '\0' && !
is_digit
(c) && c != ',' && c != '-' &&
691
if (strp == NULL || !
is_digit
(c = *strp))
699
} while (
is_digit
(c));
806
} else if (
is_digit
(*strp)) {
[
all
...]
/external/skia/src/utils/
SkParse.cpp
22
static inline bool
is_digit
(int c)
function
34
if (
is_digit
(c))
148
if (!
is_digit
(*str))
152
while (
is_digit
(*str))
174
if (!
is_digit
(*str))
178
while (
is_digit
(*str))
186
while (
is_digit
(*str))
SkParsePath.cpp
19
static inline bool
is_digit
(int c) {
function
85
if (
is_digit
(ch) || ch == '-' || ch == '+') {
/external/skia/forth/
Forth.cpp
322
static bool
is_digit
(int c) { return (unsigned)(c - '0') <= 9; }
function
324
if (
is_digit
(c)) {
336
if (1 == len && !
is_digit
(*str)) {
355
while (
is_digit
(*str)) {
374
while (str - start < len &&
is_digit
(*str)) {
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c
50
static boolean
is_digit
( const char *cur )
function
57
return
is_digit
( cur ) || is_alpha_underscore( cur );
148
if (
is_digit
( cur )) {
150
while (
is_digit
( cur ))
181
while (is_alpha_underscore( cur ) ||
is_digit
( cur ))
202
if (
is_digit
( cur )) {
205
while (
is_digit
( cur ))
210
if (
is_digit
( cur )) {
213
while (
is_digit
( cur ))
223
if (
is_digit
( cur ))
[
all
...]
/external/skia/src/animator/
SkParseSVGPath.cpp
65
static inline bool
is_digit
(int c)
function
128
if (
is_digit
(ch) || ch == '-' || ch == '+') {
/external/libxml2/include/libxml/
parserInternals.h
156
*
IS_DIGIT
:
163
#define
IS_DIGIT
(c) xmlIsDigitQ(c)
169
* Behaves like
IS_DIGIT
but with a single byte argument
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
242
#define
is_digit
(c) ((unsigned)to_digit(c) <= 9)
macro
432
while (
is_digit
(*cp)) { \
558
while (
is_digit
(ch)) {
587
} while (
is_digit
(ch));
1184
while (
is_digit
(*cp)) { \
1240
while (
is_digit
(ch)) {
1252
} while (
is_digit
(ch));
[
all
...]
vfwprintf.c
259
#define
is_digit
(c) ((unsigned)to_digit(c) <= 9)
macro
420
while (
is_digit
(*cp)) { \
534
while (
is_digit
(ch)) {
563
} while (
is_digit
(ch));
1166
while (
is_digit
(*cp)) { \
1215
while (
is_digit
(ch)) {
1227
} while (
is_digit
(ch));
[
all
...]
/bionic/libc/tzcode/
private.h
115
#define
is_digit
(c) ((unsigned)(c) - '0' <= 9)
macro
localtime.c
666
while ((c = *strp) != '\0' && !
is_digit
(c) && c != ',' && c != '-' &&
704
if (strp == NULL || !
is_digit
(c = *strp))
712
} while (
is_digit
(c));
819
} else if (
is_digit
(*strp)) {
[
all
...]
/external/valgrind/coregrind/m_demangle/
cp-demangle.c
216
#define
IS_DIGIT
(c) ((c) >= '0' && (c) <= '9')
[
all
...]
/external/pcre/dist/
pcre_compile.c
575
#define
IS_DIGIT
(x) ((x) >= CHAR_0 && (x) <= CHAR_9)
[
all
...]
/external/libxml2/doc/
APIchunk6.html
66
<a href="html/libxml-parserInternals.html#
IS_DIGIT
">
IS_DIGIT
</a><br />
APIchunk2.html
124
</dd><dt>Digit</dt><dd><a href="html/libxml-parserInternals.html#
IS_DIGIT
">
IS_DIGIT
</a><br />
[
all
...]
APIchunk18.html
[
all
...]
APIchunk3.html
237
</dd><dt>
IS_DIGIT
</dt><dd><a href="html/libxml-parserInternals.html#IS_DIGIT_CH">IS_DIGIT_CH</a><br />
[
all
...]
APIchunk24.html
[
all
...]
/external/libxml2/doc/devhelp/
libxml2-parserInternals.html
60
#define <a href="#
IS_DIGIT
">
IS_DIGIT
</a>(c);
221
<div class="refsect2" lang="en"><h3><a name="
IS_DIGIT
">Macro </a>
IS_DIGIT
</h3><pre class="programlisting">#define <a href="#
IS_DIGIT
">
IS_DIGIT
</a>(c);
226
</pre><p>Behaves like <a href="libxml2-parserInternals.html#
IS_DIGIT
">
IS_DIGIT
</a> but with a single byte argument</p><div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>c</tt></i>:</span></td><td>an <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> value (usually an unsigned char)</td></tr></tbody></table></div>
[
all
...]
/external/libxml2/doc/html/
libxml-parserInternals.html
13
</style><title>Module parserInternals from libxml2</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="../w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="../Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1></h1><h2>Module parserInternals from libxml2</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="../search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a style="font-weight:bold" href="../index.html">Main Menu</a></li><li><a style="font-weight:bold" href="../docs.html">Developer Menu</a></li><li><a style="font-weight:bold" href="../examples/index.html">Code Examples</a></li><li><a style="font-weight:bold" href="index.html">API Menu</a></li><li><a href="libxml-parser.html">Parser API</a></li><li><a href="libxml-tree.html">Tree API</a></li><li><a href="libxml-xmlreader.html">Reader API</a></li><li><a href="../guidelines.html">XML Guidelines</a></li><li><a href="../ChangeLog.html">ChangeLog</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="../APIchunk0.html">Alphabetic</a></li><li><a href="../APIconstructors.html">Constructors</a></li><li><a href="../APIfunctions.html">Functions/Types</a></li><li><a href="../APIfiles.html">Modules</a></li><li><a href="../APIsymbols.html">Symbols</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://opencsw.org/packages/libxml2">Solaris binaries</a></li><li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://lxml.de/">lxml Python bindings</a></li><li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl bindings</a></li><li><a href="http://libxmlplusplus.sourceforge.net/">C++ bindings</a></li><li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading4">PHP bindings</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://libxml.rubyforge.org/">Ruby bindings</a></li><li><a href="http://tclxml.sourceforge.net/">Tcl bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libxml-parser.html"><img src="left.png" width="24" height="24" border="0" alt="Prev" /></a></td><th align="left"><a href="libxml-parser.html">parser</a></th><td><a accesskey="u" href="index.html"><img src="up.png" width="24" height="24" border="0" alt="Up" /></a></td><th align="left"><a href="index.html">API documentation</a></th><td><a accesskey="h" href="../index.html"><img src="home.png" width="24" height="24" border="0" alt="Home" /></a></td><th align="center"><a href="../index.html">The XML C parser and toolkit of Gnome</a></th><th align="right"><a href="libxml-pattern.html">pattern</a></th><td><a accesskey="n" href="libxml-pattern.html"><img src="right.png" width="24" height="24" border="0" alt="Next" /></a></td></tr></table><p>this module exports a number of internal parsing routines they are not really all intended for applications but can prove useful doing low level processing. </p><h2>Table of Contents</h2><pre class="programlisting">#define <a href="#INPUT_CHUNK">INPUT_CHUNK</a></pre><pre class="programlisting">#define <a href="#IS_ASCII_DIGIT">IS_ASCII_DIGIT</a></pre><pre class="programlisting">#define <a href="#IS_ASCII_LETTER">IS_ASCII_LETTER</a></pre><pre class="programlisting">#define <a href="#IS_BASECHAR">IS_BASECHAR</a></pre><pre class="programlisting">#define <a href="#IS_BLANK">IS_BLANK</a></pre><pre class="programlisting">#define <a href="#IS_BLANK_CH">IS_BLANK_CH</a></pre><pre class="programlisting">#define <a href="#IS_BYTE_CHAR">IS_BYTE_CHAR</a></pre><pre class="programlisting">#define <a href="#IS_CHAR">IS_CHAR</a></pre><pre class="programlisting">#define <a href="#IS_CHAR_CH">IS_CHAR_CH</a></pre><pre class="programlisting">#define <a href="#IS_COMBINING">IS_COMBINING</a></pre><pre class="programlisting">#define <a href="#IS_COMBINING_CH">IS_COMBINING_CH</a></pre><pre class="programlisting">#define <a href="#
IS_DIGIT
">
IS_DIGIT
</a></pre><pre class="programlisting">#define <a href="#IS_DIGIT_CH">IS_DIGIT_CH</a></pre><pre class="programlisting">#define <a href="#IS_EXTENDER">IS_EXTENDER</a></pre><pre class="programlisting">#define <a href="#IS_EXTENDER_CH">IS_EXTENDER_CH</a></pre><pre class="programlisting">#define <a href="#IS_IDEOGRAPHIC">IS_IDEOGRAPHIC</a></pre><pre class="programlisting">#define <a href="#IS_LETTER">IS_LETTER</a></pre><pre class="programlisting">#define <a href="#IS_LETTER_CH">IS_LETTER_CH</a></pre><pre class="programlisting">#define <a href="#IS_PUBIDCHAR">IS_PUBIDCHAR</a></pre><pre class="programlisting">#define <a href="#IS_PUBIDCHAR_CH">IS_PUBIDCHAR_CH</a></pre><pre class="programlisting">#define <a href="#MOVETO_ENDTAG">MOVETO_ENDTAG</a></pre><pre class="programlisting">#define <a href="#MOVETO_STARTTAG">MOVETO_STARTTAG</a></pre><pre class="programlisting">#define <a href="#SKIP_EOL">SKIP_EOL</a></pre><pre class="programlisting">#define <a href="#XML_MAX_DICTIONARY_LIMIT">XML_MAX_DICTIONARY_LIMIT</a></pre><pre class="programlisting">#define <a href="#XML_MAX_LOOKUP_LIMIT">XML_MAX_LOOKUP_LIMIT</a></pre><pre class="programlisting">#define <a href="#XML_MAX_NAMELEN">XML_MAX_NAMELEN</a></pre><pre class="programlisting">#define <a href="#XML_MAX_NAME_LENGTH">XML_MAX_NAME_LENGTH</a></pre><pre class="programlisting">#define <a href="#XML_MAX_TEXT_LENGTH">XML_MAX_TEXT_LENGTH</a></pre><pre class="programlisting">#define <a href="#XML_SUBSTITUTE_BOTH">XML_SUBSTITUTE_BOTH</a></pre><pre class="programlisting">#define <a href="#XML_SUBSTITUTE_NONE">XML_SUBSTITUTE_NONE</a></pre><pre class="programlisting">#define <a href="#XML_SUBSTITUTE_PEREF">XML_SUBSTITUTE_PEREF</a></pre><pre class="programlisting">#define <a href="#XML_SUBSTITUTE_REF">XML_SUBSTITUTE_REF</a></pre><pre class="programlisting"><a href="libxml-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlCreateFileParserCtxt">htmlCreateFileParserCtxt</a> (const char * filename, <br /> const char * encoding)</pre>
118
<h3><a name="
IS_DIGIT
" id="
IS_DIGIT
"></a>Macro:
IS_DIGIT
</h3><pre>#define
IS_DIGIT
</pre><p>Macro to check the following production in the XML spec: [88] Digit ::= ... long list see REC ...</p>
119
<h3><a name="IS_DIGIT_CH" id="IS_DIGIT_CH"></a>Macro: IS_DIGIT_CH</h3><pre>#define IS_DIGIT_CH</pre><p>Behaves like <a href="libxml-parserInternals.html#
IS_DIGIT
">
IS_DIGIT
</a> but with a single byte argument</p>
[
all
...]
/external/libxml2/
uri.c
76
#ifdef
IS_DIGIT
77
#undef
IS_DIGIT
82
#define
IS_DIGIT
(x) (((x) >= '0') && ((x) <= '9'))
88
#define IS_ALPHANUM(x) (IS_ALPHA(x) ||
IS_DIGIT
(x))
[
all
...]
pattern.c
834
while ((IS_LETTER(val)) || (
IS_DIGIT
(val)) ||
872
while ((IS_LETTER(val)) || (
IS_DIGIT
(val)) ||
[
all
...]
tree.c
410
while (IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') ||
497
while (IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') ||
510
while (IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') ||
581
while (IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') || (c == ':') ||
648
if (!(IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') || (c == ':') ||
653
while (IS_LETTER(c) ||
IS_DIGIT
(c) || (c == '.') || (c == ':') ||
[
all
...]
Completed in 4706 milliseconds
1
2