Searched refs:characters (Results 1 - 25 of 184) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-mbsnlen.c1 /* Count characters in UTF-16 string.
26 size_t characters; local
28 characters = 0;
33 characters++;
41 return characters;
H A Du8-mbsnlen.c1 /* Count characters in UTF-8 string.
26 size_t characters; local
28 characters = 0;
33 characters++;
41 return characters;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dxmlstream.c48 struct MemoryStruct characters; member in struct:ParserStruct
58 free(state->characters.memory);
59 state->characters.memory = NULL;
60 state->characters.size = 0;
66 struct MemoryStruct *mem = &state->characters;
86 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name);
152 free(state.characters.memory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkbuildinf.pl12 * Generate CFLAGS as an array of individual characters. This is a
20 # Max 18 characters per line
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkbuildinf.pl12 * Generate CFLAGS as an array of individual characters. This is a
20 # Max 18 characters per line
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dauto-generated.mk3 # This value is unescaped. Either quote the value or escape special characters when you use it.
8 # This value is unescaped. Either quote the value or escape special characters when you use it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcontrol.tex38 Note that the returned string contains the mnemonics (\texttt{\&} characters) if
50 version without the mnemonics characters.
59 The \texttt{\&} characters in the \arg{label} are special and indicate that the
H A Dvaltext.tex41 \twocolitem{{\bf wxFILTER\_ASCII}}{Non-ASCII characters are filtered out.}
42 \twocolitem{{\bf wxFILTER\_ALPHA}}{Non-alpha characters are filtered out.}
43 \twocolitem{{\bf wxFILTER\_ALPHANUMERIC}}{Non-alphanumeric characters are filtered out.}
44 \twocolitem{{\bf wxFILTER\_NUMERIC}}{Non-numeric characters are filtered out.}
H A Dmbcnvut8.tex32 \item ASCII characters (character values under 128) are encoded as plain ASCII
43 code written with only 8-bit extended-ASCII characters in mind.
H A Dtxtstrm.tex56 \docparam{sep}{The initial string separator characters.}
59 underlying input stream to characters.}
138 Reads a character, returns $0$ if there are no more characters in the stream.
170 Reads a word (a sequence of characters until the next separator) from the
182 Sets the characters which are used to define the word boundaries in
185 The default separators are the space and {\tt TAB} characters.
230 Unicode text into ASCII characters written to the output stream.}
294 line ('$\backslash$n') characters in the string are converted to the correct
H A Dre_syntax.tex6 A {\it regular expression} describes strings of characters. It's a
79 \twocolitem{{\bf $\backslash$c}}{where {\it c} is alphanumeric (possibly followed by other characters),
111 of characters enclosed in `{\bf $[]$}'. It normally matches any single character from
115 If two characters
117 characters between those two (inclusive) in the collating sequence, e.g.
130 {\bf $[$} (see next paragraphs), and escapes, all other special characters lose
137 sequence of characters of that collating element.
156 % {\bf ch}'s followed by {\bf c}) matches the first five characters of `{\bf chchcc}'. Also, the
160 is an equivalence class, standing for the sequences of characters of all
181 of all characters (no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DpushSAX.py27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
H A Dindexes.py55 def characters(self, data): member in class:callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DpushSAX.py27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c22 FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters
1722 /* Padding considers the number of characters, therefore the number of
1848 need that the format string contains only ASCII characters
1986 size_t characters; local
1990 /* Use only PRECISION characters, from the left. */
1992 characters = 0;
2009 characters++;
2015 characters. */
2017 characters = 0;
2034 characters
2114 size_t characters; local
2242 size_t characters; local
2463 size_t characters; local
2621 size_t characters; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-111 is completely ignored, even if in "quotes", or \escape characters, etc.
44 # is completely ignored, even if in "quotes", or \escape characters, etc.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsmb.conf21 ; printers that you wish to be visible. Names longer than 15 characters
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py238 self._cont_handler.characters(_d(reader.Value()))
244 self._cont_handler.characters(_d(reader.Value()))
249 self._cont_handler.characters(_d(reader.Value()))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Ddrv_libxml2.py238 self._cont_handler.characters(_d(reader.Value()))
244 self._cont_handler.characters(_d(reader.Value()))
249 self._cont_handler.characters(_d(reader.Value()))

Completed in 232 milliseconds

12345678