Searched refs:getCharacters (Results 1 – 25 of 27) sorted by relevance
12
57 …CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()… in characters()
238 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(); }
167 inline const CharacterType* getCharacters() const;491 inline const LChar* String::getCharacters<LChar>() const498 inline const UChar* String::getCharacters<UChar>() const
254 …allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), req… in appendUninitializedSlow()
414 …ers<CharacterType> buffer = { stringImpl->existingHash(), stringImpl->getCharacters<CharacterType>… in findString()
54 const CharType* ptr = value.isEmpty() ? 0 : value.string().getCharacters<CharType>(); in parseAttributeInternal()
139 const CharType* ptr = string.getCharacters<CharType>(); in parsePointInternal()
215 const CharType* ptr = value.getCharacters<CharType>(); in parseValue()
198 const CharType* ptr = string.getCharacters<CharType>(); in parseValueInternal()
83 const CharType* ptr = string.getCharacters<CharType>(); in parseKeySplinesInternal()
326 [self getCharacters:buffer range:localRange];331 [aString getCharacters:(buffer+aRange.location) range:localRange];336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
247 [text getCharacters:&return_value];266 [text getCharacters:&return_value];
325 [self getCharacters:buffer range:localRange];330 [aString getCharacters:(buffer+aRange.location) range:localRange];335 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
241 JniInterface.sendTextEvent(event.getCharacters()); in dispatchKeyEvent()
182 StringRef getCharacters() const { in getCharacters() function
150 CharType c2 = b->getCharacters<CharType>()[reverseIndex]; in algorithmNameComparator()
822 [textStr getCharacters:&result.text[0]];823 [unmodifiedStr getCharacters:&result.unmodifiedText[0]];