Lines Matching defs:split
1309 inline static int32_t split(RegularExpression *regexp,
1775 int32_t RegexCImpl::split(RegularExpression *regexp,
1930 return RegexCImpl::split(regexp, destBuf, destCapacity, requiredCapacity, destFields, destFieldsCapacity, status);
1943 return regexp->fMatcher->split(regexp->fMatcher->inputText(), destFields, destFieldsCapacity, *status);