Searched defs:characters (Results 51 - 75 of 97) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java63 * A String with no characters
313 * characters(char[],int,int);
315 * @see ExtendedContentHandler#characters(String)
317 public void characters(String chars) throws SAXException method in class:ToUnknownStream
325 this.characters(m_charsBuff, 0, length);
775 * @see org.xml.sax.ContentHandler#characters(char[], int, int)
777 public void characters(char[] characters, int offset, int length) argument
785 m_handler.characters(characters, offse
[all...]
H A DToStream.java74 * characters in the output encoding.
136 * Map that tells which characters should have special treatment, and it
661 // characters are written to the output writer.
682 * NL, while on Windows it is two characters, CR NL, where CR is the
961 * characters if it is in the encoding, or if there is no
974 * @param end The end index of the significant characters.
975 * @return 0 if the pair of characters was written out as-is,
1049 * @param fromTextNode true if the characters being processed
1095 * Normalize the characters, but don't escape.
1097 * @param ch The characters fro
1396 public void characters(final char chars[], final int start, final int length) method in class:ToStream
1753 public void characters(String s) throws org.xml.sax.SAXException method in class:ToStream
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java407 public void characters(char[] ch, int start, int length) method in class:DTMDocumentImpl
412 // characters into the buffer.
883 // * @param text String The characters text string from the XML document.
903 // * @param ch The characters from the XML document.
905 // * @param length The number of characters to read from the array.
935 // * @param text String The characters text string from the XML document.
951 // * @param ch An array holding the characters in the comment.
953 // * @param length The number of characters to use from the array.
982 // // of appendAccumulatedText for the next set of characters receives
1453 * underlying m_chars object may not store characters i
[all...]
/external/bison/lib/
H A Dvasnprintf.c21 FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters
1752 /* Padding considers the number of characters, therefore the number of
1879 need that the format string contains only ASCII characters
2017 size_t characters; local
2021 /* Use only PRECISION characters, from the left. */
2023 characters = 0;
2040 characters++;
2046 characters. */
2048 characters = 0;
2065 characters
2145 size_t characters; local
2273 size_t characters; local
2494 size_t characters; local
2652 size_t characters; local
[all...]
/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/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh410 characters.sanitize (c));
437 characters; /* Array of the Unicode Scalar Value member in struct:OT::FeatureParamsCharacterVariants
438 * of the characters for which this
442 DEFINE_SIZE_ARRAY (14, characters);
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc306 // Check that there are enough characters left in the input.
435 // Check that there are enough characters left in the input.
550 // Match space-characters
552 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
598 // We have to check all 4 newline characters before emitting
615 // Table is 256 entries, so all Latin1 characters can be tested.
627 // Table is 256 entries, so all Latin1 characters can be tested.
1084 int characters) {
1091 CheckPosition(cp_offset + characters - 1, on_end_of_input);
1093 LoadCurrentCharacterUnchecked(cp_offset, characters);
1081 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
[all...]
/external/libxml2/include/libxml/
H A Dparser.h563 * UNUSED: by default the DOM building will use characters.
737 charactersSAXFunc characters; member in struct:_xmlSAXHandler
778 charactersSAXFunc characters; member in struct:_xmlSAXHandlerV1
/external/libxml2/
H A Dxmlreader.c135 charactersSAXFunc characters; member in struct:_xmlTextReader
787 if ((reader != NULL) && (reader->characters != NULL)) {
788 reader->characters(ctx, ch, len);
2120 ret->characters = ret->sax->characters;
2121 ret->sax->characters = xmlTextReaderCharacters;
5159 reader->characters = reader->sax->characters;
5160 reader->sax->characters = xmlTextReaderCharacters;
/external/v8/src/
H A Djsregexp.h276 // Convert range list to canonical form. The characters covered by the ranges
525 explicit QuickCheckDetails(int characters) argument
526 : characters_(characters),
544 int characters() { return characters_; } function in class:v8::internal::QuickCheckDetails
545 void set_characters(int characters) { characters_ = characters; } argument
555 // How many characters do we have quick check information from. This is
581 // How many characters must this node consume at a minimum in order to
582 // succeed. If we have found at least 'still_to_find' characters that
584 // they are sure to eat any more characters
[all...]
H A Djsregexp.cc125 // In a 3-character pattern you can maximally step forwards 3 characters
145 // characters as it has different characters.
573 // but the characters are always the same).
1588 // Returns the number of characters in the equivalence class, omitting those
1595 // Unibrow returns 0 or 1 for characters where case independence is
1605 // The standard requires that non-ASCII characters cannot have ASCII
1692 // If the characters differ by 2^n but don't differ by one bit then
1921 // case characters on some Unicode pages).
1995 // It is faster to test for individual characters, s
2533 int characters = details->characters(); local
[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 ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... .SAXException e public int currentState () Integer state public void characters (char[], int, int) char[] ch int start int length String ...
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 ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/llvm/tools/llvm-objdump/
H A DMachODump.cpp1496 // just print 24 characters.
2533 uint64_t characters; // char * (64-bit pointer) member in struct:cfstring64_t
2534 uint64_t length; // number of non-NULL characters in above
2841 sys::swapByteOrder(cfs.characters);
3180 if (cfs.characters == 0) {
3183 offset + offsetof(struct cfstring64_t, characters), S, info, n_value);
3188 cfs_characters = cfs.characters;
/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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1789 milliseconds

1234