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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/dom/
XMLTokenizer.h 71 void characters(const XML_Char *s, int len);
242 void characters(const xmlChar* s, int len);
StyledElement.cpp 217 const UChar* characters = newClassString.characters(); local
221 if (!isClassWhitespace(characters[i]))
  /external/webkit/WebCore/platform/graphics/
Font.cpp 138 const FontData* Font::fontDataForCharacters(const UChar* characters, int length) const
141 return m_fontList->fontDataForCharacters(this, characters, length);
  /external/webkit/WebCore/platform/text/
AtomicString.h 72 const UChar* characters() const { return m_string.characters(); } function in class:WebCore::AtomicString
TextEncodingRegistry.cpp 64 // Hash for all-ASCII strings that does case folding and skips any characters
65 // that are not alphanumeric. If passed any non-ASCII characters, depends on
67 // it will properly skip those characters too.
297 const char* atomicCanonicalTextEncodingName(const UChar* characters, size_t length)
302 UChar c = characters[i];
TextCodecICU.cpp 359 // characters. See the declaration of TextCodec::encode for more.
373 // Substitutes special GBK characters, escaping all other unassigned entities.
417 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling)
430 String copy(characters, length);
433 const UChar* source = copy.characters();
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 278 CString TextCodecMac::encode(const UChar* characters, size_t length, UnencodableHandling handling)
284 String copy(characters, length);
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 101 if ([[event characters] length] > 0)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 289 NSString *characters = (NSString *)event->data.key.characters;
291 if ([characters length] == 1 && [characters characterAtIndex:0] == ' ') {
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 36 * A basic, embed-able keyboard designed for password entry. Allows entry of all Latin-1 characters.
38 * It has two modes: alpha and numeric. In alpha mode, it allows all Latin-1 characters and enables
40 * keypad with alpha characters hints.
86 CharSequence characters, int columns, int horizontalPadding) {
87 super(context, layoutTemplateResId, characters, columns, horizontalPadding);
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 152 public void characters(char ch[], int start, int length) throws method in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
154 htmlBuilder.characters(ch, start, length);
XercesHTMLDocumentBuilderFactory.java 152 public void characters(char ch[], int start, int length) throws method in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
154 htmlBuilder.characters(ch, start, length);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 561 * @param ch An array of characters. method in class:XMLFilterImpl
563 * @param length The number of characters to use from the array.
567 public void characters (char ch[], int start, int length)
571 contentHandler.characters(ch, start, length);
579 * @param ch An array of characters.
581 * @param length The number of characters to use from the array.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 73 * w.characters("Hello, world!");
118 * <p>You need to invoke one of the <var>characters</var> methods
650 * @param ch The array of characters to write.
652 * @param length The number of characters to write.
654 * writing the characters, or if a handler further down
656 * @see org.xml.sax.ContentHandler#characters
658 public void characters (char ch[], int start, int len)
669 super.characters(ch, start, len);
678 * @param ch The array of characters to write.
680 * @param length The number of characters to write
655 public void characters (char ch[], int start, int len) method in class:XMLWriter
1015 public void characters (String data) method in class:XMLWriter
1019 characters(ch, 0, ch.length); method
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 149 // all the characters have the same script (e.g. Arabic, Thai etc). Shaping is
184 m_item.string = m_run.characters();
236 if (!hb_utf16_script_run_prev(&m_numCodePoints, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun))
239 if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun))
325 // 2) Convert spacing characters into plain spaces, as some fonts will provide glyphs
326 // for characters like '\n' otherwise.
341 icu::Normalizer::normalize(icu::UnicodeString(originalRun.characters(), originalRun.length()), UNORM_NFC, 0 /* no options */, normalizedString, error);
569 utf16_to_code_point(run.characters(), run.length(), &offset);
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 194 jstring jUrlStr = env->NewString(urlStr.characters(), urlStr.length());
195 jstring jValueStr = env->NewString(value.characters(), value.length());
208 jstring jUrlStr = env->NewString(urlStr.characters(), urlStr.length());
297 jstring jChallenge = env->NewString(challenge.characters(),
300 jstring jUrl = env->NewString(urlStr.characters(), urlStr.length());
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 300 String ChromiumBridge::getFontFamilyForCharacters(const UChar* characters, size_t numCharacters)
303 return webKitClient()->sandboxSupport()->getFontFamilyForCharacters(characters, numCharacters);
305 WebCString family = WebFontInfo::familyForChars(characters, numCharacters);
593 if (!url_util::Canonicalize(str.characters(), str.length(), 0, &srcCanon, &srcParsed))
599 if (!url_util::ResolveRelative(data, length, srcParsed, attributeURL.characters(),
  /libcore/luni/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 99 * chunk can contain up to 2^15 (32K) characters
122 * as 2**chunkbits characters.
184 * @param initChunkBits Length in characters of the initial allocation
186 * characters.) Later chunks will use larger allocation units, to trade off
191 * characters.
266 * @return the number of characters in the FastStringBuffer's content.
276 * @return the number of characters in the FastStringBuffer's content.
642 * @param length number of characters to be copied
816 * @return true if the specified range of characters are all whitespace,
822 * @param length Number of characters to send
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 115 if (textObj->characters()[endpoint.pos+1] == softHyphen)
119 if (startText->textLength() && startText->characters()[0] == softHyphen)
347 const UChar* characters = rt->characters(); local
349 UChar c = characters[i];
356 if (!r->m_start && needsWordSpacing && isSpaceOrNewline(rt->characters()[r->m_start]))
358 needsWordSpacing = !isSpaceOrNewline(rt->characters()[r->m_stop - 1]) && r->m_stop == length;
460 const UChar* characters = toRenderText(r->m_object)->characters(); local
462 UChar c = characters[i]
798 const UChar* characters = lastText->characters(); local
    [all...]
InlineTextBox.cpp 119 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(textObj->text()->characters() + m_start, m_len, textObj->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride),
189 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis at the min of our start
475 TextRun textRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || styleToUse->visuallyOrdered());
598 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, length, textRenderer()->allowTabs(), textPos(), m_toAdd,
621 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd,
762 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || style->visuallyOrdered());
    [all...]
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 129 CopyMemory(fsPathBuffer, title.characters(), len * sizeof(UChar));
144 CopyMemory(fsPathBuffer, lastComponent.characters(), len * sizeof(UChar));
147 CopyMemory(fsPathBuffer, url.characters(), len * sizeof(UChar));
179 int ansiUrlSize = ::WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)url.characters(), url.length(), ansiUrl, ARRAYSIZE(ansiUrl) - 1, 0, 0);
293 int fileSize = ::WideCharToMultiByte(CP_ACP, 0, url.characters(), url.length(), 0, 0, 0, 0);
306 CopyMemory(fgd->fgd[0].cFileName, (LPCWSTR)fsPath.characters(), maxSize * sizeof(UChar));
348 CopyMemory(fgd->fgd[0].cFileName, (LPCWSTR)fsPath.characters(), maxSize * sizeof(UChar));
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 215 // Check that there are at least str.length() characters left in the input.
382 // Check that there are sufficient characters left in the input.
485 // Match space-characters
487 // ASCII space characters are '\t'..'\r' and ' '.
500 // Match non-space characters.
502 // ASCII space characters are '\t'..'\r' and ' '.
543 // Table is 128 entries, so all ASCII characters can be tested.
557 // Table is 128 entries, so all ASCII characters can be tested.
862 int characters) {
866 CheckPosition(cp_offset + characters - 1, on_end_of_input)
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 225 // Check that there are at least str.length() characters left in the input.
235 // TODO(lrn): Test multiple characters at a time by loading 4 or 8 bytes
407 // Check that there are sufficient characters left in the input.
506 // Match space-characters
508 // ASCII space characters are '\t'..'\r' and ' '.
521 // Match non-space characters.
523 // ASCII space characters are '\t'..'\r' and ' '.
586 // Table is 128 entries, so all ASCII characters can be tested.
601 // Table is 128 entries, so all ASCII characters can be tested.
    [all...]
  /external/webkit/WebCore/page/
PageGroup.cpp 246 addVisitedLink(visitedLinkHash(url.string().characters(), url.string().length()));
249 void PageGroup::addVisitedLink(const UChar* characters, size_t length)
253 addVisitedLink(visitedLinkHash(characters, length));
  /external/jdiff/src/jdiff/
CommentsHandler.java 113 public void characters(char[] ch, int start, int length) { method in class:CommentsHandler

Completed in 1942 milliseconds

1 2 3 4 5 67 8 91011>>