HomeSort by relevance Sort by last modified time
    Searched refs:characters (Results 301 - 325 of 389) sorted by null

<<111213141516

  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 403 canvas->drawText(label.characters(), label.length() << 1,
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 260 wmemcpy(winFont.lfFaceName, family.characters(), len);
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 351 LPCWSTR userAgent = reinterpret_cast<const WCHAR*>(userAgentStr.characters());
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 129 memcpy(buffer, str.characters(), str.length() * sizeof(UChar));
PopupMenuWin.cpp 320 popupWidth = max(popupWidth, itemFont.width(TextRun(text.characters(), text.length())));
629 const UChar* string = itemText.characters();
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 379 const UChar* ch = b->mExport.characters();
  /external/webkit/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 76 return v8::String::New(reinterpret_cast<const uint16_t*>(s.characters()), s.length());
WebPageSerializerImpl.cpp 291 content.characters(), content.length(), EntitiesForUnencodables);
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 450 public void characters(char text[], int start, int length) method in class:SafeSaxTest.YouTubeContentHandler
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 419 method = "characters",
426 adapter.characters(ch, 2, 5);
432 assertEquals("characters", logger.getMethod());
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 406 contentHandler.characters(chars,
  /external/libxml2/
xmlreader.c 129 charactersSAXFunc characters; member in struct:_xmlTextReader
771 if ((reader != NULL) && (reader->characters != NULL)) {
772 reader->characters(ctx, ch, len);
    [all...]
parser.c 1000 * trailing space (#x20) characters, and by replacing sequences of space
1001 * (#x20) characters by a single space (#x20) character.
    [all...]
  /build/core/
cleanbuild.mk 20 # and appending an increasing number of '@' characters.
  /external/v8/src/
messages.js 468 * no more that a certain number of characters wide.
471 * @param {number} opt_before The number of characters to prefer before the
535 * in the slice are [from_line, to_line[. Likewise the characters in the slice
556 * the line terminating characters (if any)
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 225 NSData *data = [[event characters] dataUsingEncoding:CFStringConvertEncodingToNSStringEncoding(CFStringGetSystemEncoding())];
  /external/webkit/WebKitTools/DumpRenderTree/mac/
TextInputController.m 414 [eventParam setValue:[event characters] forKey:@"characters"];
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 548 * 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
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializerBase.java 106 * 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); method
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 to outpu
    [all...]
  /external/jdiff/
xerces.jar 
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 832 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to)
834 CString stringUTF8 = UTF8Encoding().encode(characters, length, QuestionMarksForUnencodables);
898 gchar* text = convertUniCharToUTF8(renderText->characters(), renderText->textLength(), box->start(), box->end());
    [all...]
  /external/qemu/
monitor.c     [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.h 438 if (stringImpl->length() == 1 && stringImpl->characters()[0] <= 0xFF)

Completed in 1908 milliseconds

<<111213141516