Home | History | Annotate | Download | only in intltest

Lines Matching refs:split

1595     // Split()
1603 n = pat1->split("Now is the time", fields, 10, status);
1612 n = pat1->split("Now is the time", fields, 2, status);
1621 n = pat1->split("Now is the time", fields, 1, status);
1628 n = pat1->split(" Now is the time ", fields, 10, status);
1638 n = pat1->split(" ", fields, 10, status);
1645 n = pat1->split("", fields, 10, status);
1652 // split, with a pattern with (capture)
1657 n = pat1->split("<a>Now is <b>the time<c>", fields, 10, status);
1669 n = pat1->split(" <a>Now is <b>the time<c>", fields, 10, status);
1682 n = pat1->split(" <a>Now is <b>the time<c>", fields, 6, status);
1695 n = pat1->split(" <a>Now is <b>the time<c>", fields, 5, status);
1707 n = pat1->split(" <a>Now is <b>the time", fields, 5, status);
1718 n = pat1->split(" <a>Now is <b>the time<c>", fields, 4, status);
1730 n = pat1->split("1-10,20", fields, 10, status);
1740 // Test split of string with empty trailing fields
1743 n = pat1->split("a,b,c,", fields, 10, status);
1751 n = pat1->split("a,,,", fields, 10, status);
1760 // Split Separator with zero length match.
1763 n = pat1->split("abc", fields, 10, status);
2894 // Split()
2904 n = pat1->split("Now is the time", fields, 10, status);
2913 n = pat1->split("Now is the time", fields, 2, status);
2922 n = pat1->split("Now is the time", fields, 1, status);
2929 n = pat1->split(" Now is the time ", fields, 10, status);
2941 n = pat1->split(" ", fields, 10, status);
2949 n = pat1->split("", fields, 10, status);
2956 // split, with a pattern with (capture)
2963 n = pat1->split("<a>Now is <b>the time<c>", fields, 10, status);
2977 n = pat1->split(" <a>Now is <b>the time<c>", fields, 10, status);
2991 n = pat1->split(" <a>Now is <b>the time<c> ", fields, 6, status);
3004 n = pat1->split(" <a>Now is <b>the time<c>", fields, 5, status);
3016 n = pat1->split(" <a>Now is <b>the time", fields, 5, status);
3027 n = pat1->split(" <a>Now is <b>the time<c>", fields, 4, status);
3040 n = pat1->split("1-10,20", fields, 10, status);
3966 // Regex to split a test file line into fields.
4017 fieldPat->split(line, fields, 7, status);
4028 // split off the flags, remove the extra quotes.
4335 // Regex to split a test file line into fields.
4386 fieldPat->split(line, fields, 7, status);
4397 // split off the flags, remove the extra quotes.
5176 int32_t numFields = pMatcher->split(text, splits, 10, status);