Home | History | Annotate | Download | only in common

Lines Matching full:replaceable

1655 //     UText implementation wrapper for Replaceable (read/write)
1658 // context pointer to Replaceable.
1659 // p pointer to Replaceable if it is owned by the UText.
1685 // For deep clones, make a copy of the Replaceable.
1686 // The copied Replaceable storage is owned by the newly created UText clone.
1691 const Replaceable *replSrc = (const Replaceable *)src->context;
1705 // All that needs to be done here is delete the Replaceable if the UText
1708 Replaceable *rep = (Replaceable *)ut->context;
1717 const Replaceable *replSrc = (const Replaceable *)ut->context;
1725 const Replaceable *rep=(const Replaceable *)ut->context;
1799 // Extract the new chunk of text from the Replaceable source.
1845 const Replaceable *rep=(const Replaceable *)ut->context;
1888 Replaceable *rep=(Replaceable *)ut->context;
1919 // Do the actual replace operation using methods of the Replaceable class
1947 Replaceable *rep=(Replaceable *)ut->context;
2021 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status)