/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
ValueResourceParser.java | 132 public void characters(char[] ch, int start, int length) throws SAXException { method in class:ValueResourceParser
|
/external/webkit/WebCore/rendering/ |
SVGRootInlineBox.cpp | 600 // Determine how many characters - starting from the current - can be drawn at once. 609 const UChar* stringStart = text->characters() + startOffset + (it - start); 633 // Skip processed characters 722 return style->font().floatWidth(svgTextRunForInlineTextBox(text->characters() + textBox->start() + range.startOffset, range.endOffset - range.startOffset, style, textBox, 0)); 771 // Determine how many characters - starting from the current - can be measured at once. 818 // Advance processed characters 858 // -> all characters are visible, no need to check for "isHidden()" anywhere. 926 // -> all characters are visible, no need to check for "isHidden()" anywhere. [all...] |
RenderImage.cpp | 249 imageWidth = max(imageWidth, min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth)); 418 TextRun textRun(text.characters(), text.length());
|
RenderFileUploadControl.cpp | 200 const UChar* string = displayedFilename.characters(); 255 // Figure out how big the filename space needs to be for a given number of characters
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 243 // r0 : Address of characters to match against str. 291 // Check that there are enough characters left in the input. 389 // Check that there are enough characters left in the input. 473 // Match space-characters 475 // ASCII space characters are '\t'..'\r' and ' '. 488 // Match non-space characters. 490 // ASCII space characters are '\t'..'\r' and ' '. 551 // Table is 128 entries, so all ASCII characters can be tested. 565 // Table is 128 entries, so all ASCII characters can be tested. 708 // r1 is length of input in characters [all...] |
/external/webkit/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/webkit/WebKit/mac/History/ |
WebHistory.mm | 632 const UChar* characters = CFStringGetCharactersPtr(reinterpret_cast<CFStringRef>(url)); 633 if (characters) 634 group.addVisitedLink(characters, length);
|
/external/libxml2/ |
HTMLparser.c | [all...] |
/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 “smart” 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 | 552 * UNUSED: by default the DOM building will use characters. 726 charactersSAXFunc characters; member in struct:_xmlSAXHandler 767 charactersSAXFunc characters; member in struct:_xmlSAXHandlerV1 [all...] |
/external/webkit/WebKit/chromium/tests/ |
KURLTest.cpp | 131 // WebKit %-escapes non-ASCII characters in reference, but we don't. 596 EXPECT_NE(dest.string().characters(), src.string().characters());
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
main.m | 298 "Characters: %@\n" 299 "Characters ignoring modifiers: %@\n" 304 event->data.key.characters,
|
/external/webkit/WebKitTools/Scripts/ |
VCSUtils.pm | 365 # preserving any end-of-line characters. 436 # Temporarily strip off any end-of-line characters to simplify 466 $svnConvertedText .= "$_$eol"; # Also restore end-of-line characters. 880 my @characters = ('0'..'9', 'A'..'Z', 'a'..'z', '!', '#', '$', '%', '&', '(', ')', '*', '+', '-', ';', '<', '=', '>', '?', '@', '^', '_', '`', '{', '|', '}', '~'); 882 $table{$characters[$i]} = $i;
|
/frameworks/base/core/java/android/view/ |
KeyEvent.java | 47 * that single repeated key code or a sequence of characters to insert. 212 * Deletes characters before the insertion point. */ 375 * this is a sequence of characters as returned by {@link #getCharacters}. [all...] |
/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
|
/development/tools/makedict/src/com/android/tools/dict/ |
MakeBinaryDictionary.java | 112 public void characters(char[] data, int offset, int length) {
|
/external/jdiff/src/jdiff/ |
APIHandler.java | 195 public void characters(char[] ch, int start, int length) { method in class:APIHandler
|
/external/webkit/WebCore/html/ |
HTMLMediaElement.cpp | 351 const UChar* characters = timeString.characters(); local 354 if (length && characters[length - 1] == 's') 358 float val = charactersToFloat(characters, length, ok); [all...] |
/external/webkit/WebCore/page/mac/ |
EventHandlerMac.mm | 579 characters:[initiatingEvent characters]
|
/external/webkit/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 210 m_decoder.m_url.setUTF16(url.characters(), url.length());
|
/external/webkit/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 166 resultOutput.append(decodedChunk.characters(), decodedChunk.length());
|
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 139 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar *characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
EventSendingController.mm | 570 characters:eventCharacter 583 characters:eventCharacter
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 46 * unregistered parameter sanitizer does not allow any special characters, 113 * Sanitize values based on which characters they contain. Illegal 114 * characters are replaced with either space or '_', depending upon 122 * Allow space (' ') characters. 126 * Allow whitespace characters other than space. The 127 * other whitespace characters are 132 * Allow characters with character codes 128 to 255. 136 * Allow double quote characters. ('"') 140 * Allow single quote characters. ('\'') 144 * Allow less-than characters. ('<' [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
AccessPointParserHelper.java | 197 public void characters(char ch[], int start, int length) throws SAXException {
|