Lines Matching refs:split
455 * Split a string into fields. Somewhat like split() from Perl or Java.
469 * The number of strings produced by the split operation is returned.
473 * For the best performance on split() operations,
474 * <code>RegexMatcher::split</code> is preferable to this function
476 * @param input The string to be split into fields. The field delimiters
478 * @param dest An array of UnicodeStrings to receive the results of the split.
489 * @return The number of fields into which the input string was split.
492 virtual int32_t split(const UnicodeString &input,
499 * Split a string into fields. Somewhat like split() from Perl or Java.
513 * The number of strings produced by the split operation is returned.
517 * For the best performance on split() operations,
518 * <code>RegexMatcher::split</code> is preferable to this function
520 * @param input The string to be split into fields. The field delimiters
522 * @param dest An array of mutable UText structs to receive the results of the split.
536 virtual int32_t split(UText *input,
1519 * Split a string into fields. Somewhat like split() from Perl.
1524 * @param input The string to be split into fields. The field delimiters
1527 * @param dest An array of UnicodeStrings to receive the results of the split.
1538 * @return The number of fields into which the input string was split.
1541 virtual int32_t split(const UnicodeString &input,
1548 * Split a string into fields. Somewhat like split() from Perl.
1553 * @param input The string to be split into fields. The field delimiters
1556 * @param dest An array of mutable UText structs to receive the results of the split.
1566 * @return The number of fields into which the input string was split.
1570 virtual int32_t split(UText *input,