Home | History | Annotate | Download | only in i18n

Lines Matching refs:split

1305     inline static int32_t split(RegularExpression    *regexp,
1804 int32_t RegexCImpl::split(RegularExpression *regexp,
1959 return RegexCImpl::split(regexp, destBuf, destCapacity, requiredCapacity, destFields, destFieldsCapacity, status);
1972 return regexp->fMatcher->split(regexp->fMatcher->inputText(), destFields, destFieldsCapacity, *status);