Lines Matching refs:textToSplit
1051 UChar textToSplit[80]; in TestRegexCAPI() local
1060 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1069 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1087 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1101 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1118 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1125 spaceNeeded = u_strlen(textToSplit) - in TestRegexCAPI()
1158 UChar textToSplit[80]; in TestRegexCAPI() local
1166 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestRegexCAPI()
1171 uregex_setText(re, textToSplit, -1, &status); in TestRegexCAPI()
1256 uregex_setText(re, textToSplit, sz, &status); in TestRegexCAPI()
1946 UChar textToSplit[80]; in TestUTextAPI() local
1952 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
1961 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
1992 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2023 UChar textToSplit[80]; in TestUTextAPI() local
2028 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", UPRV_LENGTHOF(textToSplit)); in TestUTextAPI()
2033 uregex_setText(re, textToSplit, -1, &status); in TestUTextAPI()
2142 uregex_setText(re, textToSplit, strlen("first <tag-a> second<tag-b>"), &status); in TestUTextAPI()