Lines Matching refs:textToSplit
1062 UChar textToSplit[80]; in TestRegexCAPI() local
1071 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1080 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1098 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1112 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1129 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1136 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1169 UChar textToSplit[80]; in TestRegexCAPI() local
1177 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1182 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1267 uregex_setText(re, textToSplit, sz, &status); in TestRegexCAPI()
1957 UChar textToSplit[80]; in TestUTextAPI() local
1963 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
1972 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2003 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2034 UChar textToSplit[80]; in TestUTextAPI() local
2039 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
2044 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2153 uregex_setText(re, textToSplit, (int32_t)strlen("first <tag-a> second<tag-b>"), &status); in TestUTextAPI()