Lines Matching defs:source
287 RegularExpression *source = (RegularExpression*)source2;
288 if (validateRE(source, FALSE, status) == FALSE) {
298 clone->fMatcher = source->fPat->matcher(*status);
304 clone->fPat = source->fPat;
305 clone->fPatRefCount = source->fPatRefCount;
306 clone->fPatString = source->fPatString;
307 clone->fPatStringLen = source->fPatStringLen;
308 umtx_atomic_inc(source->fPatRefCount);
1774 const UChar *srcPtr, // Pointer to source string
1775 int32_t srcLen) // Source string len.