HomeSort by relevance Sort by last modified time
    Searched refs:characters (Results 426 - 450 of 673) sorted by null

<<11121314151617181920>>

  /sdk/sdk_common/src/com/android/ide/common/resources/
ValueResourceParser.java 205 public void characters(char[] ch, int start, int length) throws SAXException { method in class:ValueResourceParser
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 331 ret = QVariant(QChar(str.length() ? *(const ushort*)str.impl()->characters() : 0));
346 ret = QVariant(QString((const QChar*)ustring.impl()->characters(), ustring.length()));
370 QString id = QString((const QChar*)ustring.impl()->characters(), ustring.length());
445 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length());
459 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length());
468 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length());
484 ret = QVariant(QString((const QChar*)ustring.impl()->characters(), ustring.length()).toLatin1());
527 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length());
577 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length());
597 QString qstring = QString((const QChar*)ustring.impl()->characters(), ustring.length())
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 252 // a0 : Address of characters to match against str.
305 // Check that there are enough characters left in the input.
416 // Check that there are enough characters left in the input.
491 // Match space-characters.
493 // ASCII space characters are '\t'..'\r' and ' '.
504 // Match non-space characters.
506 // ASCII space characters are '\t'..'\r' and ' '.
559 // Table is 128 entries, so all ASCII characters can be tested.
572 // Table is 128 entries, so all ASCII characters can be tested.
727 // a1 is length of input in characters
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 96 return AlreadyHashed::avoidDeletedValue(StringHasher::computeHash(url.string().characters() + hostStart, hostEnd - hostStart));
835 stringBuilder.append(it->first.characters(), it->first.length());
837 stringBuilder.append(it->second.characters(), it->second.length());
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 485 *result = BString(innerTextString.characters(), innerTextString.length()).release();
563 *result = BString(actionString.characters(), actionString.length()).release();
593 *result = BString(methodString.characters(), methodString.length()).release();
1214 *result = BString(valueString.characters(), valueString.length()).release();
    [all...]
  /external/v8/src/
jsregexp.cc 494 // but the characters are always the same).
1937 int characters = details->characters(); local
    [all...]
  /external/v8/test/mjsunit/
json.js 281 // The gap is capped at ten characters if specified as string.
284 " /*characters after 10th*/"));
286 //The gap is capped at ten characters if specified as number.
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 632 const UChar* characters = CFStringGetCharactersPtr(reinterpret_cast<CFStringRef>(url));
633 if (characters)
634 group.addVisitedLink(characters, length);
  /external/chromium/chrome/browser/resources/shared/js/
util.js 49 // Parentheses, commas, whitespace characters, single quotes (') and double
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
693 punctuation characters into "smart" typographic punctuation HTML
702 SmartyPants does not modify characters within `<pre>`, `<code>`, `<kbd>`,
759 * Corrected a bug that prevented special characters from being
784 * Replaced a lot of space characters by tabs, saving about 4 KB.
  /external/libxml2/include/libxml/
parser.h 560 * UNUSED: by default the DOM building will use characters.
734 charactersSAXFunc characters; member in struct:_xmlSAXHandler
775 charactersSAXFunc characters; member in struct:_xmlSAXHandlerV1
    [all...]
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 298 "Characters: %@\n"
299 "Characters ignoring modifiers: %@\n"
304 event->data.key.characters,
  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm 241 RetainPtr<CFStringRef> name(AdoptCF, CFStringCreateWithCharacters(0, nameIdentifier.characters(), nameIdentifier.length()));
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 175 const UChar* chars = it.characters();
278 m_client->textChecker()->checkTextOfParagraph(paragraphString.characters(), paragraphString.length(), checkingTypes, results);
MarkupAccumulator.cpp 157 appendCharactersReplacingEntities(result, attribute.characters(), attribute.length(),
179 // FIXME: This does not fully match other browsers. Firefox percent-escapes non-ASCII characters for innerHTML.
188 const UChar* characters = str.characters(); local
197 characters += start;
202 appendCharactersReplacingEntities(out, characters, length, entityMask);
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 116 IntSize textSize(min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth), min(font.fontMetrics().height(), maxAltTextHeight));
304 TextRun textRun(text.characters(), text.length());
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 134 // WebKit %-escapes non-ASCII characters in reference, but we don't.
600 EXPECT_NE(dest.string().characters(), src.string().characters());
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.mm 57 return [NSString stringWithCharacters:reinterpret_cast<const unichar*>(s.characters()) length:s.length()];
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 215 public void characters(char[] ch, int start, int length) { method in class:SAXParserTestSupport.MyDefaultHandler
395 public void characters(char[] ch, int start, int length) { method in class:SAXParserTestSupport.MyHandler
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 450 * 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 to read from the array
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 117 * 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 as this object
    [all...]
  /external/jdiff/src/jdiff/
APIHandler.java 195 public void characters(char[] ch, int start, int length) { method in class:APIHandler
  /external/libvorbis/doc/
05-comment.tex 79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through
80 0x7A inclusive (characters a-z).
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 73 * to perform the parsing of escape characters in character sets.
234 , m_data(pattern.characters())
387 // To match Firefox, inside a character class, we also accept numbers and '_' as control characters.
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 591 characters:[initiatingEvent characters]

Completed in 1715 milliseconds

<<11121314151617181920>>