Lines Matching defs:source
1964 * UText, replace entire contents of the destination UText with a substring of the source UText.
1966 * @param src The source UText
1969 * @param start Start index of source substring.
1970 * @param limit Limit index of source substring.
2713 int64_t *source = (int64_t *)fp;
2716 *dest++ = *source++;
2717 if (source == newFP) {