Home | History | Annotate | Download | only in i18n

Lines Matching defs:source

285     RegularExpression *source = (RegularExpression*)source2;
286 if (validateRE(source, FALSE, status) == FALSE) {
296 clone->fMatcher = source->fPat->matcher(*status);
302 clone->fPat = source->fPat;
303 clone->fPatRefCount = source->fPatRefCount;
304 clone->fPatString = source->fPatString;
305 clone->fPatStringLen = source->fPatStringLen;
306 umtx_atomic_inc(source->fPatRefCount);
1745 const UChar *srcPtr, // Pointer to source string
1746 int32_t srcLen) // Source string len.