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

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/text/
StringBuffer.h 64 UChar* characters() { return m_data; } function in class:WebCore::StringBuffer
StringImpl.h 99 const UChar* characters() { return m_data; } function in class:WebCore::StringImpl
228 inline PassRefPtr<StringImpl> StringImpl::createStrippingNullCharacters(const UChar* characters, unsigned length)
230 ASSERT(characters);
233 // Optimize for the case where there are no Null characters by quickly
241 int c = characters[i]; // more efficient than using UChar here (at least on Intel Mac OS)
245 return StringImpl::create(characters, length);
247 return StringImpl::createStrippingNullCharactersSlowCase(characters, length);
TextEncoding.cpp 69 : m_name(atomicCanonicalTextEncodingName(name.characters(), name.length()))
82 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const
95 const UChar* source = characters;
117 QString str(reinterpret_cast<const QChar*>(characters), length);
122 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0));
135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
PlatformString.h 95 const UChar* characters() const;
167 // Returns an uninitialized string. The characters needs to be written
252 // of a non-combining character and following combining characters is
255 // Returns the number of characters which will be less than or equal to
326 inline bool charactersAreAllASCII(const UChar* characters, size_t length)
330 ored |= characters[i];
334 inline int find(const UChar* characters, size_t length, UChar character, int startPosition)
339 if (characters[i] == character)
345 inline int find(const UChar* characters, size_t length, CharacterMatchFunctionPtr matchFunction, int startPosition)
350 if (matchFunction(characters[i])
    [all...]
String.cpp 98 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar));
99 memcpy(data + m_impl->length(), str.characters(), str.length() * sizeof(UChar));
116 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar));
133 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar));
170 insert(str.characters(), str.length(), pos);
189 memcpy(data, characters(), length() * sizeof(UChar));
210 memcpy(data, characters(), position * sizeof(UChar));
212 memcpy(data + position + lengthToInsert, characters() + position, (length() - position) * sizeof(UChar));
220 return m_impl->characters()[i];
243 memcpy(data, characters(), position * sizeof(UChar))
325 const UChar* String::characters() const function in class:WebCore::String
    [all...]
StringImpl.cpp 94 inline StringImpl::StringImpl(const UChar* characters, unsigned length)
95 : m_data(characters)
99 ASSERT(characters);
133 // FIXME: The definition of whitespace here includes a number of characters
169 // First scan the string for uppercase and non-ASCII characters:
188 // Do a faster loop for the case where all the characters are ASCII.
196 // Do a slower implementation for cases that include non-ASCII characters.
217 // Do a faster loop for the case where all the characters are ASCII.
227 // Do a slower implementation for cases that include non-ASCII characters.
255 // Do a faster loop for the case where all the characters are ASCII
    [all...]
  /external/webkit/WebCore/platform/text/qt/
StringQt.cpp 51 return QString(reinterpret_cast<const QChar*>(characters()), length());
  /external/webkit/WebCore/svg/
SVGLengthList.cpp 44 const UChar* ptr = value.characters();
SVGNumberList.cpp 46 const UChar* ptr = value.characters();
SVGStringList.cpp 54 const UChar* ptr = data.characters();
SVGZoomAndPan.cpp 54 const UChar* start = attr->value().characters();
  /external/webkit/WebKit/android/jni/
MIMETypeRegistry.cpp 51 env->NewString((const jchar*) ext.characters(), ext.length());
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 236 * <p>Like {@link #characters characters()}, attribute values may have
237 * characters that need more than one <code>char</code> value. </p>
294 * chunks; however, all of the characters in any single event
301 * <p>Individual characters may consist of more than one Java
303 * happens, because characters can't be represented in just sixteen bits.
304 * In one case, characters are represented in a <em>Surrogate Pair</em>,
305 * using two special Unicode values. Such characters are in the so-called
307 * composite characters, such as a base character combining with one or
308 * more accent characters. </p
331 public void characters (char ch[], int start, int length) method in interface:ContentHandler
    [all...]
HandlerBase.java 240 * @param ch The characters.
242 * @param length The number of characters to use from the
246 * @see org.xml.sax.DocumentHandler#characters
248 public void characters (char ch[], int start, int length)
263 * @param ch The whitespace characters.
265 * @param length The number of characters to use from the
245 public void characters (char ch[], int start, int length) method in class:HandlerBase
  /external/libvpx/examples/
gen_example_doxy.php 111 * encoded entities to ordinary characters, since a
125 $characters = array ('&' variable
129 $input = preg_replace($entities, $characters, $input);
  /external/webkit/WebCore/platform/graphics/
TextRun.h 57 : m_characters(s.characters())
77 const UChar* characters() const { return m_characters; } function in class:WebCore::TextRun
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 93 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
101 if (FcFreeTypeCharIndex(face, characters[i]) == 0) {
SimpleFontDataPango.cpp 94 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
101 if (PANGO_COVERAGE_NONE == pango_coverage_get(coverage, characters[i])) {
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 89 public void characters(String chars) throws SAXException; method in interface:ExtendedContentHandler
97 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; method in interface:ExtendedContentHandler
222 // The attribute value contains no bad characters. A "bad" character is one which
ToTextStream.java 176 * chunks; however, all of the characters in any single event
187 * @param ch The characters from the XML document.
189 * @param length The number of characters to read from the array.
195 public void characters(char ch[], int start, int length) method in class:ToTextStream
204 /* leave characters un-processed as we are
218 // In final output state we do process the characters!
235 * @param ch The characters from the XML document.
237 * @param length The number of characters to read from the array.
257 * Normalize the characters, but don't escape. Different from
261 * @param ch The characters from the XML document
570 public void characters(String characters) method in class:ToTextStream
579 characters(m_charsBuff, 0, length); method
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
OldCharacterTest.java 94 char[] characters = { local
124 Character.getDirectionality(characters[i]));
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 230 int characters) {
235 if (characters == 4) {
237 } else if (characters == 2) {
240 ASSERT(characters == 1);
244 if (characters == 4) {
246 } else if (characters == 2) {
249 ASSERT(characters == 1);
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 51 return QString::fromRawData(reinterpret_cast<const QChar*>(string.characters()), string.length());
100 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
177 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
192 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
202 String sanitized = Font::normalizeSpaces(String(run.characters(), run.length()));
  /external/libxml2/
SAX.c 67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 54 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->font().ascent()));
75 return enclosingIntRect(f.selectionRectForText(TextRun(m_str.characters(), m_str.length(), false, 0, 0, false, style->visuallyOrdered()),
95 context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, false, style->visuallyOrdered()),

Completed in 687 milliseconds

1 23 4 5 6 7 8 91011>>