Home | History | Annotate | Download | only in unicode

Lines Matching refs:fastCopyFrom

1853    * By contrast, the fastCopyFrom() function implements the old,
1863 * @see fastCopyFrom
1880 * The fastCopyFrom function must be used only if it is known that the lifetime of
1892 UnicodeString &fastCopyFrom(const UnicodeString &src);
2038 * When using fastCopyFrom(), the text will be aliased again,
3120 * When using fastCopyFrom(), the text will be aliased again,
3339 * By contrast, the fastCopyFrom() function implements the old,
3348 * @see fastCopyFrom
3669 // implements assigment operator, copy constructor, and fastCopyFrom()