HomeSort by relevance Sort by last modified time
    Searched refs:getCharacters (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuffer.h 57 CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()) : 0; }
StringBuilder.cpp 254 allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
StringImpl.h 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(); }
WTFString.h 167 inline const CharacterType* getCharacters() const;
491 inline const LChar* String::getCharacters<LChar>() const
498 inline const UChar* String::getCharacters<UChar>() const
AtomicString.cpp 414 HashAndCharacters<CharacterType> buffer = { stringImpl->existingHash(), stringImpl->getCharacters<CharacterType>(), stringImpl->length() };
StringImpl.cpp 944 const CharType* from = getCharacters<CharType>();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphRefElement.cpp 54 const CharType* ptr = value.isEmpty() ? 0 : value.string().getCharacters<CharType>();
SVGAnimateMotionElement.cpp 139 const CharType* ptr = string.getCharacters<CharType>();
SVGAngle.cpp 215 const CharType* ptr = value.getCharacters<CharType>();
SVGLength.cpp 198 const CharType* ptr = string.getCharacters<CharType>();
SVGAnimationElement.cpp 83 const CharType* ptr = string.getCharacters<CharType>();
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 74 assertEquals(characters, mKeyEvent.getCharacters());
77 assertNull(mKeyEvent.getCharacters());
584 assertEquals(mKeyEvent.getCharacters(), newEvent.getCharacters());
600 assertEquals(mKeyEvent.getCharacters(), newEvent.getCharacters());
620 assertEquals(mKeyEvent.getCharacters(), newEvent.getCharacters());
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 241 JniInterface.sendTextEvent(event.getCharacters());
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 182 StringRef getCharacters() const {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 150 CharType c2 = b->getCharacters<CharType>()[reverseIndex];
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1024 milliseconds