Lines Matching refs:textToSplit
1054 UChar textToSplit[80]; in TestRegexCAPI() local
1063 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1072 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1090 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1104 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1121 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1128 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1161 UChar textToSplit[80]; in TestRegexCAPI() local
1169 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1174 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1259 uregex_setText(re, textToSplit, sz, &status); in TestRegexCAPI()
1949 UChar textToSplit[80]; in TestUTextAPI() local
1955 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
1964 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
1995 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2026 UChar textToSplit[80]; in TestUTextAPI() local
2031 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
2036 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2145 uregex_setText(re, textToSplit, strlen("first <tag-a> second<tag-b>"), &status); in TestUTextAPI()