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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit/chromium/src/
WebString.cpp 71 return m_private ? const_cast<WebStringPrivate*>(m_private)->characters() : 0;
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 316 * @param ch The characters.
318 * @param length The number of characters to use from the
322 * @see org.xml.sax.ContentHandler#characters
324 public void characters (char ch[], int start, int length)
339 * @param ch The whitespace characters.
341 * @param length The number of characters to use from the
321 public void characters (char ch[], int start, int length) method in class:DefaultHandler
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java 92 h.characters("The quick brown fox".toCharArray(), 4, 11);
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilContentHandler.java 89 public void characters(char[] ch, int start, int length) { method in class:SmilContentHandler
91 Log.v(TAG, "SmilContentHandler.characters. ch = " + new String(ch, start, length));
  /external/v8/src/
regexp-macro-assembler-tracer.cc 187 int characters) {
193 characters);
197 characters);
regexp-macro-assembler-irregexp.h 78 int characters = 1);
  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 171 staticValues->add(StringImpl::create(it->first->characters(), it->first->length()), entry);
183 staticFunctions->add(StringImpl::create(it->first->characters(), it->first->length()), entry);
214 return UString(m_className.characters(), m_className.length());
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 56 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->fontMetrics().ascent()));
77 return enclosingIntRect(f.selectionRectForText(TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()),
97 context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()),
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 146 components->append(TextRunComponent(run.characters() + start, i - start,
161 components->append(TextRunComponent(run.characters() + start, i - start,
169 components->append(TextRunComponent(run.characters() + start, run.length() - start,
180 components->append(TextRunComponent(run.characters() + start, i - start,
199 components->append(TextRunComponent(run.characters() + start, run.length() - start,
FontCacheWinCE.cpp 228 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
233 UChar character = characters[0];
342 memcpy(logFont.lfFaceName, familyName.characters(), familyLength * sizeof(UChar));
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 78 unsigned expansionOpportunityCount = Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion);
120 // FIXME: Instead of dividing the glyph's advance equally between the characters, this
125 TextBreakIterator* cursorPositionIterator = cursorMovementIterator(complexTextRun.characters(), stringLength);
184 const UChar* cp = m_run.characters();
304 ComplexTextController::ComplexTextRun::ComplexTextRun(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr)
306 , m_characters(characters)
385 // FIXME: Instead of dividing the glyph's advance equally between the characters, this
429 const UChar* cp = complexTextRun.characters();
451 nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0));
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 249 width = paint.measureText(run.characters(), run.length() << 1);
271 canvas->drawText(run.characters(), run.length() << 1,
284 SkScalar width = paint.measureText(run.characters(), run.length() << 1);
298 count = paint.getTextWidths(run.characters(), count << 1, widths);
345 // all the characters have the same script (e.g. Arabic, Thai etc). Shaping is
526 m_item.string = m_run.characters();
599 if (!hb_utf16_script_run_prev(&m_numCodePoints, &m_item.item, m_run.characters(),
603 if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(),
840 // Iterate characters in source and mirror character if needed.
868 // 2) Convert spacing characters into plain spaces, as some fonts will provide glyph
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 63 * A String with no characters
313 * characters(char[],int,int);
315 * @see ExtendedContentHandler#characters(String)
317 public void characters(String chars) throws SAXException method in class:ToUnknownStream
325 this.characters(m_charsBuff, 0, length);
775 * @see org.xml.sax.ContentHandler#characters(char[], int, int)
777 public void characters(char[] characters, int offset, int length) method in class:ToUnknownStream
785 m_handler.characters(characters, offset, length)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 407 unsigned characters = max_line; local
411 for (; characters > max_token; --characters)
412 if (len / characters > lines) {
413 ++characters;
418 em = characters / 2;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 188 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
190 UChar character = characters[0];
239 if (SUCCEEDED(ScriptStringAnalyse(metaFileDc, characters, length, 0, -1, SSA_METAFILE | SSA_FALLBACK | SSA_GLYPHS | SSA_LINK,
278 memcpy(logFont.lfFaceName, linkedFonts->at(linkedFontIndex).characters(), linkedFonts->at(linkedFontIndex).length() * sizeof(WCHAR));
455 memcpy(logFont.lfFaceName, family.characters(), familyLength * sizeof(UChar));
542 memcpy(logFont.lfFaceName, familyName.characters(), familyLength * sizeof(UChar));
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 276 const UChar* characters = text.characters(); local
279 while (curPos && isHTMLSpace(characters[curPos]))
281 if (curPos && characters[curPos] != ';') {
285 } else if (!isHTMLSpace(characters[propertyStart - 1])) {
1118 const UChar* characters = styleSheetText.characters(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 101 * @param ch The characters.
103 * @param length The number of characters to use from the
107 * @see org.xml.sax.ContentHandler#characters
109 public void characters( method in class:ProcessorCharacters
157 * Accumulate characters, until a non-whitespace event has
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedatabegining.js 79 characters from the node. Delete data at the beginning
85 The method should delete the characters from position
hc_characterdatadeletedataend.js 79 characters from the node. Delete data at the end
85 The method should delete the characters from position
hc_characterdatadeletedataexceedslength.js 80 length of the character data then all the characters
86 The method should delete the characters from position 4
hc_characterdatadeletedatamiddle.js 79 characters from the node. Delete data in the middle
85 The method should delete the characters from position
hc_characterdataindexsizeerrdeletedataoffsetgreater.js 80 is greater that the number of characters in the string.
86 number of characters in the string.
hc_characterdataindexsizeerrinsertdataoffsetgreater.js 80 is greater than the number of characters in the string.
86 the number of characters in the string.
hc_characterdatareplacedatabegining.js 79 characters starting at the specified offset with the
86 arg="South". The method should replace characters five
hc_characterdatareplacedataend.js 79 characters starting at the specified offset with the
86 arg="98665". The method should replace characters 30

Completed in 544 milliseconds

1 2 3 4 5 6 7 891011>>