Lines Matching full:destination
1042 * destination buffer. Matched regions are replaced in the output
1051 * @param destCapacity The capacity of the destination buffer.
1055 * destination capacity is inadequate, the return value
1074 * destination buffer. Matched regions are replaced in the output
1101 * destination buffer. The matched region is replaced in the output
1110 * @param destCapacity The capacity of the destination buffer.
1114 * destination capacity is inadequate, the return value
1133 * destination buffer. The matched region is replaced in the output
1158 * the start of the current match, is appended to the destination string. Then the
1164 * designed to be chained, one after another, with the destination
1166 * to for the next. If the destination buffer is exhausted partway through such a
1178 * input string as it is copied to the destination buffer.
1212 * the start of the current match, is appended to the destination string. Then the
1221 * input string as it is copied to the destination buffer.
1238 * to the destination string. <code>uregex_appendTail()</code> is intended
1268 * to the destination string. <code>uregex_appendTailUText()</code> is intended
1279 * @return The destination UText.
1294 * Each of the fields is copied from the input string to the destination
1296 * the destination buffer is returned in the destFields array.
1299 * also appear in the destination array of output strings, interspersed
1304 * destination capacity. This differs from the default behavior for Java
1315 * destination buffer supplied by the caller. Any
1361 * @param destFieldsCapacity The number of elements in the destination array.
1363 * extra strings in the destination array are not altered.
1364 * If the number of destination strings is less than the number
1366 * field delimiters, is placed in the last destination string.