Searched refs:getCharacters (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuffer.h57 CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()) : 0; }
H A DStringBuilder.cpp254 allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
H A DStringImpl.h238 ALWAYS_INLINE const CharType * getCharacters() const;
462 ALWAYS_INLINE const LChar* StringImpl::getCharacters<LChar>() const { return characters8(); }
465 ALWAYS_INLINE const UChar* StringImpl::getCharacters<UChar>() const { return characters16(); }
H A DWTFString.h167 inline const CharacterType* getCharacters() const;
491 inline const LChar* String::getCharacters<LChar>() const function in class:WTF::String
498 inline const UChar* String::getCharacters<UChar>() const function in class:WTF::String
H A DAtomicString.cpp414 HashAndCharacters<CharacterType> buffer = { stringImpl->existingHash(), stringImpl->getCharacters<CharacterType>(), stringImpl->length() };
H A DStringImpl.cpp944 const CharType* from = getCharacters<CharType>();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphRefElement.cpp54 const CharType* ptr = value.isEmpty() ? 0 : value.string().getCharacters<CharType>();
H A DSVGAnimateMotionElement.cpp139 const CharType* ptr = string.getCharacters<CharType>();
H A DSVGAngle.cpp215 const CharType* ptr = value.getCharacters<CharType>();
H A DSVGLength.cpp198 const CharType* ptr = string.getCharacters<CharType>();
H A DSVGAnimationElement.cpp83 const CharType* ptr = string.getCharacters<CharType>();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A DSDLMain.m326 [self getCharacters:buffer range:localRange];
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
H A DSDLMain.m325 [self getCharacters:buffer range:localRange];
330 [aString getCharacters:(buffer+aRange.location) range:localRange];
335 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktop.java241 JniInterface.sendTextEvent(event.getCharacters());
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h182 StringRef getCharacters() const { function in class:clang::analyze_format_string::ConversionSpecifier
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp150 CharType c2 = b->getCharacters<CharType>()[reverseIndex];
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1321 const CharacterType* characters = title.getCharacters<CharacterType>();

Completed in 384 milliseconds

12