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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 90 const UChar* text; // if text is NULL, use textCopy
91 String16 textCopy;
103 inline const UChar* getText() const { return text ? text : textCopy.string(); }
TextLayoutCache.cpp 240 textCopy(other.textCopy),
252 textCopy.setTo(other.text, other.contextCount);
291 textCopy.setTo(text, contextCount);
  /external/tinyxml/
xmltest.cpp 611 TiXmlText textCopy( text );
614 XmlTest( "Copy/Assign: text copy.", "TextNode", textCopy.Value() );
627 elementCopy.InsertEndChild( textCopy );

Completed in 128 milliseconds