Searched refs:characters (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
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...]
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...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h148 // Embedding/Override characters implied by dir= will be handled when
465 static inline int findFirstTrailingSpace(RenderText* lastText, const CharacterType* characters, int start, int stop) argument
469 UChar current = characters[firstSpace - 1];
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h560 * UNUSED: by default the DOM building will use characters.
734 charactersSAXFunc characters; member in struct:_xmlSAXHandler
775 charactersSAXFunc characters; member in struct:_xmlSAXHandlerV1
/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/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java450 * chunks; however, all of the characters in any single event
461 * @param ch The characters from the XML document.
463 * @param length The number of characters to read from the array.
467 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException method in class:DOMBuilder
498 * @param ch Array containing the characters
499 * @param start Index to start of characters in the array
500 * @param length Number of characters in the array
566 * the characters in any single event must come from the same
573 * @param ch The characters from the XML document.
575 * @param length The number of characters t
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java117 * characters as white space characters.
119 * trim() methods by default also takes care of these white space characters
191 * characters method on the passed ContentHandler for the
193 * ContentHandler's characters methods may well occur for a single call to
206 ch.characters(str.toCharArray(), 0, str.length());
230 * @return the length of the sequence of characters represented by this
257 * Copies characters from this string into the destination character
326 * the same sequence of characters as this object.
342 * the same sequence of characters a
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.h175 const base::string16& characters);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp198 parser->characters(m_chars, m_length);
1106 void XMLDocumentParser::characters(const xmlChar* chars, int length) function in class:blink::XMLDocumentParser
1270 getParser(closure)->characters(chars, length);
1437 sax.characters = charactersHandler;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp182 ::GetLocaleInfo(m_lcid, type | (m_defaultsForLocale ? LOCALE_NOUSEROVERRIDE : 0), buffer.characters(), bufferSizeWithNUL);
/external/jdiff/src/jdiff/
H A DAPIHandler.java195 public void characters(char[] ch, int start, int length) { method in class:APIHandler
/external/libvorbis/doc/
H A D05-comment.tex79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through
80 0x7A inclusive (characters a-z).
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java1596 * characters method on the passed ContentHandler for the
1599 * ContentHandler's characters methods may well occur for a single call to
1686 ((CharacterNodeHandler)ch).characters(node);
1690 ch.characters(str.toCharArray(), 0, str.length());
1737 public void characters(Node node) method in interface:DOM2DTM.CharacterNodeHandler
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java110 /** Type of next characters() event within text block in prgress. */
114 * Type of coalesced text block. See logic in the characters()
484 * characters method on the passed ContentHandler for the
487 * ContentHandler's characters methods may well occur for a single call to
576 ch.characters(str.toCharArray(), 0, str.length());
899 // is called, to handle successive characters() events.
1529 // Guard against characters/ignorableWhitespace events that
1530 // contained no characters. They should not result in a node.
2060 * @param ch The characters.
2062 * @param length The number of characters t
2068 public void characters(char ch[], int start, int length) throws SAXException method in class:SAX2DTM
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp573 const UChar* characters = string.characters16(); local
577 UChar c = characters[i];
585 UChar d = characters[i + 1];
617 // 4. Initialize U to be an empty sequence of Unicode characters.
683 // DOMString to a sequence of Unicode characters" is used subsequently
/external/chromium_org/third_party/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/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/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java652 // restart CDATA mode and process the tag as characters.
664 theContentHandler.characters(etagchars, 0, 2);
665 theContentHandler.characters(buff, offset, length);
666 theContentHandler.characters(etagchars, 2, 1);
994 theContentHandler.characters(buff, offset, length);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp2223 // But HTML attribute names can't have those characters, and we should not
4836 // Returns the number of characters which form a valid double
4867 // Returns the number of characters consumed for parsing a valid double
4879 // The consumed characters here are guaranteed to be
5039 static inline bool mightBeRGBA(const CharacterType* characters, unsigned length) argument
5043 return characters[4] == '('
5044 && isASCIIAlphaCaselessEqual(characters[0], 'r')
5045 && isASCIIAlphaCaselessEqual(characters[1], 'g')
5046 && isASCIIAlphaCaselessEqual(characters[2], 'b')
5047 && isASCIIAlphaCaselessEqual(characters[
5051 mightBeRGB(const CharacterType* characters, unsigned length) argument
5062 fastParseColorInternal(RGBA32& rgb, const CharacterType* characters, unsigned length , bool strict) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
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/bison/build-aux/
H A Dtexinfo.tex63 % and turn on active characters that we couldn't do earlier because
161 % sometimes characters are active, so we need control sequences.
852 \turnoffactive % and allow special characters in the expansion
1237 % We have to set dummies so commands such as @code, and characters
1341 % document fonts. Therefore we cannot use special characters,
1346 % TODO this right, we have to translate 8-bit characters to
1353 % We can have normal brace characters in the PDF outlines, unlike
2193 % can fit this many characters:
2195 % If we use \scriptfonts (8pt), then we can fit this many characters:
2197 % For me, subjectively, the few extra characters tha
[all...]
/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 ...
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp636 const UChar* currentCharacterPosition = iterator.characters();
645 int length = handleMultipleUChar(character, clusterLength, currentFontData, currentCharacterPosition, iterator.characters() + clusterLength, normalizedBufferEnd);
659 currentCharacterPosition = iterator.characters();
997 // The minimal group of characters and corresponding glyphs, that cannot be broken
1028 // Do not put emphasis marks on space, separator, and control characters.
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc61 // string contains characters that constitute a valid input encoding.
503 sax_handler.characters = &TemplateURLParsingContext::CharactersImpl;
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c1506 * characters in the current element.
2879 } else if (ctxt->sax->characters != NULL) {
2880 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2901 } else if (ctxt->sax->characters != NULL) {
2902 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2947 if (ctxt->sax->characters != NULL)
2948 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2979 if (ctxt->sax->characters != NULL)
2980 ctxt->sax->characters(ctxt->userData, buf, nbchar);
3930 if ((ctxt->sax != NULL) && (ctxt->sax->characters !
[all...]

Completed in 2019 milliseconds

1234567891011>>