Searched refs:characters (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c129 charactersSAXFunc characters; member in struct:_xmlTextReader
771 if ((reader != NULL) && (reader->characters != NULL)) {
772 reader->characters(ctx, ch, len);
2085 ret->characters = ret->sax->characters;
2086 ret->sax->characters = xmlTextReaderCharacters;
4992 reader->characters = reader->sax->characters;
4993 reader->sax->characters = xmlTextReaderCharacters;
H A Dparser.c1017 * trailing space (#x20) characters, and by replacing sequences of space
1018 * (#x20) characters by a single space (#x20) character.
1783 * characters may move the input buffer to a different location !
2716 if (ctxt->sax->ignorableWhitespace == ctxt->sax->characters)
2964 * characters for Name and NmToken in the Revision 5 of XML-1.0
3661 * of non-ASCII characters, or normalization compaction.
3891 * - other characters are processed by appending them to the normalized value
3894 * trailing space (#x20) characters, and by replacing sequences of space
3895 * (#x20) characters by a single space (#x20) character.
4161 ctxt->sax->characters)) {
[all...]
/external/libxml2/
H A DHTMLparser.c1546 * characters in the current element.
2919 } else if (ctxt->sax->characters != NULL) {
2920 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2943 } else if (ctxt->sax->characters != NULL) {
2944 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2985 if (ctxt->sax->characters != NULL)
2986 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2994 if (ctxt->sax->characters != NULL)
2995 ctxt->sax->characters(ctxt->userData, buf, nbchar);
3023 if (ctxt->sax->characters !
[all...]
H A Dxmlreader.c131 charactersSAXFunc characters; member in struct:_xmlTextReader
774 if ((reader != NULL) && (reader->characters != NULL)) {
775 reader->characters(ctx, ch, len);
2106 ret->characters = ret->sax->characters;
2107 ret->sax->characters = xmlTextReaderCharacters;
5145 reader->characters = reader->sax->characters;
5146 reader->sax->characters = xmlTextReaderCharacters;
H A Dparser.c223 * It is not strictly needed as long as inputs available characters
1066 * trailing space (#x20) characters, and by replacing sequences of space
1067 * (#x20) characters by a single space (#x20) character.
1953 * characters may move the input buffer to a different location !
2893 if (ctxt->sax->ignorableWhitespace == ctxt->sax->characters)
3141 * characters for Name and NmToken in the Revision 5 of XML-1.0
3907 * of non-ASCII characters, or normalization compaction.
4164 * - other characters are processed by appending them to the normalized value
4167 * trailing space (#x20) characters, and by replacing sequences of space
4168 * (#x20) characters b
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb98 <tt>k</tt> characters ahead of the stream cursor. For <b>TokenStreams</b>, this
107 character</i> <tt>k</tt> characters ahead of the stream cursor. For
247 line 2, character 0, the stream cursor is sitting between the characters "\\n"
358 characters are assumed to be represented by a single byte -- an integer between
360 characters, but currently this library does not provide any streams to handle
493 # the current character. +k+ greater than 1 represents upcoming characters. A negative
494 # value of +k+ returns previous characters consumed, where <tt>k = -1</tt> is the last
507 # if <tt>k >= 0</tt>, return the next k characters
508 # if <tt>k < 0</tt>, return the previous <tt>|k|</tt> characters
635 # * +before_chars+ characters befor
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java548 * Flush the characters buffer.
673 * @param ch The characters.
675 * @param length The number of characters to use from the
677 * @see org.xml.sax.ContentHandler#characters
682 public void characters(char ch[], int start, int length) method in class:StylesheetHandler
705 elemProcessor.characters(this, ch, start, length);
711 * @param ch The whitespace characters.
713 * @param length The number of characters to use from the
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java106 * Report the characters trace event
107 * @param chars content of characters
108 * @param start starting index of characters to output
109 * @param length number of characters to output
948 public void characters(org.w3c.dom.Node node) method in class:SerializerBase
961 characters(m_charsBuff, 0, length);
1003 * Report the characters event
1004 * @param chars content of characters
1005 * @param start starting index of characters to output
1006 * @param length number of characters t
[all...]
H A DToHTMLStream.java54 * Map that tells which XML characters should have special treatment, and it
1120 * @param str must be 2 characters long
1139 * Write the specified <var>string</var> after substituting non ASCII characters,
1157 // characters that are reserved, so only the mechanism responsible for
1160 // must be separated into its components before the escaped characters
1299 // "clean" characters, then processed the current more complicated character,
1332 // We have written out any clean characters, then the escaped '%' and now we
1352 // many characters in a row that we have that need no processing
1357 // are there any clean characters at the end of the array
1444 i++; // two input characters processe
1529 public final void characters(char chars[], int start, int length) method in class:ToHTMLStream
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm680 # Temporarily strip off any end-of-line characters to simplify
720 $svnConvertedText .= "$_$eol"; # Also restore end-of-line characters.
790 # Temporarily strip off any end-of-line characters to simplify
832 $svnConvertedText .= "$_$eol"; # Also restore end-of-line characters.
1233 # The "svn diff" command neither inserts newline characters between property values
1239 # FIXME: We do not support property values that contain tailing newline characters
1331 # Temporarily strip off any end-of-line characters. We add the end-of-line characters
1333 # of the property value does not end in end-of-line characters.
1901 my @characters
[all...]
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkNSView.mm227 unichar c = [[event characters] characterAtIndex:0];
240 // unichar c = [[event characters] characterAtIndex:0];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat215 :: has quote characters in it.
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jar ... org.xml.sax.ContentHandler delegate public void characters (char[], int, int) throws org.xml.sax. ...
H A Dhtmlparser-1.3.jar ... org.xml.sax.ContentHandler delegate public void characters (char[], int, int) throws org.xml.sax. ...
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp354 static const char characters[] = "0123456789.:/"; local
355 const int numCharacters = DE_LENGTH_OF_ARRAY(characters)-1; // \note -1 for null byte.
358 static const string charsStr (characters);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c58 * of characters that would have been written to a sufficiently sized
770 * characters, in an implementation-defined
839 default: /* Skip other characters. */
1221 - epos /* Number of exponent characters. */
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h680 NPNSString *characters; member in struct:_NPCocoaEvent::__anon14615::__anon14617
/external/guava/guava/lib/
H A Djdiff.jar ... .String) String uri String localName String qName public void characters (char[], int, int) String chunk char[] ch int start int ...
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c58 * of characters that would have been written to a sufficiently sized
770 * characters, in an implementation-defined
839 default: /* Skip other characters. */
1221 - epos /* Number of exponent characters. */
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java171 // Parameter normalize-characters, true [optional] - NOT SUPPORTED
376 * Optimized dispatch of characters.
381 this.fSerializer.characters(node);
384 this.fSerializer.characters(data.toCharArray(), 0, data.length());
1154 * @param characters A String of characters to be checked for Well-Formedness
1167 //we need to check all characters as per production rules of XML11
1188 // we need to check all characters as per production rules of XML 1.0
1216 * @param characters A String of characters t
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc96 // On success, GetModuleFileNameW returns the number of characters written to
143 // On success, GetCurrentDirectoryW returns the number of characters not
/external/llvm/lib/Support/
H A Dregengine.inc870 /* only characters can match */

Completed in 1764 milliseconds

1234567891011>>