Home | History | Annotate | Download | only in unicode

Lines Matching full:destination

1065   *    destination buffer.  Matched regions are replaced in the output
1074 * @param destCapacity The capacity of the destination buffer.
1078 * destination capacity is inadequate, the return value
1097 * destination buffer. Matched regions are replaced in the output
1124 * destination buffer. The matched region is replaced in the output
1133 * @param destCapacity The capacity of the destination buffer.
1137 * destination capacity is inadequate, the return value
1156 * destination buffer. The matched region is replaced in the output
1181 * the start of the current match, is appended to the destination string. Then the
1187 * designed to be chained, one after another, with the destination
1189 * to for the next. If the destination buffer is exhausted partway through such a
1201 * input string as it is copied to the destination buffer.
1235 * the start of the current match, is appended to the destination string. Then the
1244 * input string as it is copied to the destination buffer.
1261 * to the destination string. <code>uregex_appendTail()</code> is intended
1291 * to the destination string. <code>uregex_appendTailUText()</code> is intended
1302 * @return The destination UText.
1317 * Each of the fields is copied from the input string to the destination
1319 * the destination buffer is returned in the destFields array.
1322 * also appear in the destination array of output strings, interspersed
1327 * destination capacity. This differs from the default behavior for Java
1338 * destination buffer supplied by the caller. Any
1384 * @param destFieldsCapacity The number of elements in the destination array.
1386 * extra strings in the destination array are not altered.
1387 * If the number of destination strings is less than the number
1389 * field delimiters, is placed in the last destination string.