Home | History | Annotate | Download | only in unicode

Lines Matching refs:fastCopyFrom

1834    * The fastCopyFrom function must be used only if it is known that the lifetime of
1843 UnicodeString &fastCopyFrom(const UnicodeString &src);
1946 * When using fastCopyFrom(), the text will be aliased again,
2927 * When using fastCopyFrom(), the text will be aliased again,
3399 // implements assigment operator, copy constructor, and fastCopyFrom()