HomeSort by relevance Sort by last modified time
    Searched refs:characters (Results 501 - 525 of 609) sorted by null

<<2122232425

  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 272 // string contains characters that constitute a valid input encoding.
566 sax_handler.characters = &CharactersImpl;
  /external/qemu/
monitor.c     [all...]
  /external/v8/test/mjsunit/
regexp.js 110 re = /^[\c1]$/; // Digit control characters are masked in character classes.
122 re = /^[\c$]$/; // Other characters are interpreted literally.
debug-sourceinfo.js 75 // of characters before 'function a(...'.
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 88 return reinterpret_cast<const uint16_t*>(m_plainString.impl()->characters());
  /external/webkit/Source/WebCore/bridge/
npapi.h 669 NPNSString *characters; member in struct:_NPCocoaEvent::__anon13061::__anon13063
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 610 unsigned length = decimal.toStringDecimal(buffer.characters(), buffer.length());
  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 159 document->frame()->editor()->updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text.characters()[0]));
VisibleSelection.cpp 235 UChar c = charIt.characters()[0];
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 61 platformStrategies()->visitedLinkStrategy()->addVisitedLink(page, visitedLinkHash(url.string().characters(), url.string().length()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 248 m_qtMovie->load(url.characters(), url.length(), m_player->preservesPitch());
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 411 TextRun run(text->characters() + fragment.characterOffset
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 93 const UChar* cur = parse.characters();
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 480 BString destinationBSTR(m_destination.characters(), m_destination.length());
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 507 LinkHash linkHash = visitedLinkHash(visitedURL.characters(), visitedURL.length());
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 163 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar* characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 163 contentHandler.characters(text, 0, length);
421 * @param length of characters to use
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 54 * Map that tells which XML characters should have special treatment, and it
1529 public final void characters(char chars[], int start, int length) method in class:ToHTMLStream
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 171 // 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());
    [all...]
  /external/v8/src/
messages.js 558 * no more that a certain number of characters wide.
561 * @param {number} opt_before The number of characters to prefer before the
625 * in the slice are [from_line, to_line[. Likewise the characters in the slice
646 * the line terminating characters (if any)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 143 * (not (TerminatorTag | StringPoolTag))<length:uint32_t><characters:UChar{length}> // Added to constant pool when seen, string length 0xFFFFFFFF is disallowed
268 return writeLittleEndian(out, s.impl()->characters(), s.length());
571 if (!writeLittleEndian<uint16_t>(m_buffer, reinterpret_cast<const uint16_t*>(str.characters()), str.length()))
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 560 return [NSString stringWithCharacters:u.characters() length:u.length()];
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 503 result = env->NewString ((const jchar *)stringValue.characters(), stringValue.length());
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 430 m_spellcheck.spellCheckWord(WebString(text.characters(), text.length()), &misspelledPosition, &misspelledLength);
    [all...]

Completed in 3819 milliseconds

<<2122232425