Home
last modified time | relevance | path

Searched refs:getCharacters (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuffer.h57 …CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()… in characters()
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(); }
DWTFString.h167 inline const CharacterType* getCharacters() const;
491 inline const LChar* String::getCharacters<LChar>() const
498 inline const UChar* String::getCharacters<UChar>() const
DStringBuilder.cpp254 …allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), req… in appendUninitializedSlow()
DAtomicString.cpp414 …ers<CharacterType> buffer = { stringImpl->existingHash(), stringImpl->getCharacters<CharacterType>… in findString()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGlyphRefElement.cpp54 const CharType* ptr = value.isEmpty() ? 0 : value.string().getCharacters<CharType>(); in parseAttributeInternal()
DSVGAnimateMotionElement.cpp139 const CharType* ptr = string.getCharacters<CharType>(); in parsePointInternal()
DSVGAngle.cpp215 const CharType* ptr = value.getCharacters<CharType>(); in parseValue()
DSVGLength.cpp198 const CharType* ptr = string.getCharacters<CharType>(); in parseValueInternal()
DSVGAnimationElement.cpp83 const CharType* ptr = string.getCharacters<CharType>(); in parseKeySplinesInternal()
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
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 Application/
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/
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/
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/
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/
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/
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/
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/
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/chromium_org/ui/events/cocoa/
Devents_mac.mm247 [text getCharacters:&return_value];
266 [text getCharacters:&return_value];
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
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/
DDesktop.java241 JniInterface.sendTextEvent(event.getCharacters()); in dispatchKeyEvent()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h182 StringRef getCharacters() const { in getCharacters() function
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp150 CharType c2 = b->getCharacters<CharType>()[reverseIndex]; in algorithmNameComparator()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryMac.mm822 [textStr getCharacters:&result.text[0]];
823 [unmodifiedStr getCharacters:&result.unmodifiedText[0]];

12