Searched refs:replSrc (Results 1 – 1 of 1) sorted by relevance
1691 const Replaceable *replSrc = (const Replaceable *)src->context; in repTextClone() local1692 dest->context = replSrc->clone(); in repTextClone()1717 const Replaceable *replSrc = (const Replaceable *)ut->context; in repTextLength() local1718 int32_t len = replSrc->length(); in repTextLength()