/external/webkit/Source/WebCore/platform/android/ |
PopupMenuAndroid.cpp | 109 // Convert a WTF::String into an array of characters where the first 117 memcpy((void*)firstChar, text.characters(), sizeof(UChar)*length);
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PainterOpenVG.h | 108 void drawText(VGFont, Vector<VGuint>& characters, VGfloat* adjustmentsX, VGfloat* adjustmentsY, const FloatPoint&);
|
/external/webkit/Source/WebCore/plugins/ |
PluginStream.cpp | 146 stringBuilder.append(statusLine.characters(), statusLine.length()); 150 stringBuilder.append(it->first.characters(), it->first.length()); 151 stringBuilder.append(separator.characters(), separator.length()); 152 stringBuilder.append(it->second.characters(), it->second.length());
|
/external/webkit/Source/WebCore/svg/ |
SVGFitToViewBox.cpp | 40 const UChar* c = s.characters();
|
/external/webkit/Source/WebKit/chromium/scripts/ |
jsmin.py | 182 """ Copy the input to the output, deleting the characters which are
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsFrontendImpl.cpp | 73 return v8::String::New(reinterpret_cast<const uint16_t*>(s.characters()), s.length());
|
/external/webkit/Source/WebKit/win/ |
DOMCSSClasses.cpp | 105 *result = SysAllocStringLen(value.characters(), value.length());
|
WebDownload.cpp | 152 *bundlePath = SysAllocStringLen(bundle.characters(), bundle.length());
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
EventSender.cpp | 151 const char* characters = modifierName.c_str(); local 152 if (!strcmp(characters, "ctrlKey") 154 || !strcmp(characters, "addSelectionKey") 158 } else if (!strcmp(characters, "shiftKey") || !strcmp(characters, "rangeSelectionKey")) 160 else if (!strcmp(characters, "altKey")) { 171 } else if (!strcmp(characters, "metaKey") || !strcmp(characters, "addSelectionKey")) { 178 } else if (!strcmp(characters, "metaKey")) { [all...] |
/frameworks/base/sax/java/android/sax/ |
RootElement.java | 170 public void characters(char[] buffer, int start, int length) method in class:RootElement.Handler
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
DefaultHandlerTest.java | 120 h.characters("The quick brown fox".toCharArray(), 4, 11);
|
/external/chromium/base/ |
string_util.cc | 76 // Eat up characters until reaching a known specifier. 399 static bool ContainsOnlyCharsT(const STR& input, const STR& characters) { 402 if (characters.find(*iter) == STR::npos) 409 const std::wstring& characters) { 410 return ContainsOnlyCharsT(input, characters); 414 bool ContainsOnlyChars(const string16& input, const string16& characters) { 415 return ContainsOnlyCharsT(input, characters); 420 const std::string& characters) { 421 return ContainsOnlyCharsT(input, characters); [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 143 public void characters(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter 160 characters(buff, offset, length); method
|
/external/v8/src/mips/ |
regexp-macro-assembler-mips.cc | 303 int characters) { 462 int characters) {
|
/external/v8/test/mjsunit/regress/ |
regress-486.js | 28 var st = "\u0422\u0435\u0441\u0442"; // Test in Cyrillic characters.
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
main.m | 289 NSString *characters = (NSString *)event->data.key.characters; 291 if ([characters length] == 1 && [characters characterAtIndex:0] == ' ') {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-validate-input.js | 51 r = zip + " is longer than five characters.";
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-validate-input.js | 51 r = zip + " is longer than five characters.";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 49 $typeChars = 'sif'; # Match type characters 69 # If the first argument is entirely non-alphanumeric characters 70 # with no whitespace, it is the characters that start options. 80 # If the first argument is entirely non-alphanumeric characters 437 argument specifier. Option names may consist of any characters but 464 non-alphanumeric characters with no whitespace, it represents the 465 characters which can begin options. 533 characters in the name will be converted to underscores (C<_>). 552 names with non-alphanumeric characters without any translation. This 628 A string of characters that can start options. Default is "-" [all...] |
/external/webkit/Source/WebCore/bridge/qt/ |
qt_class.cpp | 74 const QByteArray name = QString(reinterpret_cast<const QChar*>(ustring.characters()), ustring.length()).toAscii(); 133 const QString name(reinterpret_cast<const QChar*>(ustring.characters()), ustring.length());
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParser.h | 71 void characters(const XML_Char *s, int len); 266 void characters(const xmlChar* s, int len);
|
/external/webkit/Source/WebCore/platform/brew/ |
FileSystemBrew.cpp | 95 buffer.append(path.characters(), path.length()); 100 buffer.append(component.characters(), component.length());
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 45 ComplexTextController::ComplexTextRun::ComplexTextRun(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange) 47 , m_characters(characters)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
SimpleFontDataWin.cpp | 147 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const 153 // FIXME: Microsoft documentation seems to imply that characters can be output using a given font and DC 172 langFontLink->GetStrCodePages(characters, length, acpCodePages, &actualCodePages, &numCharactersProcessed);
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncodingRegistry.cpp | 354 const char* atomicCanonicalTextEncodingName(const UChar* characters, size_t length) 359 UChar c = characters[i];
|