Home
last modified time | relevance | path

Searched refs:textToSplit (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dreapits.c1062 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()
[all …]
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3097 UText *textToSplit = utext_openUnicodeString(NULL, &stringToSplit, &status); in API_Pattern_UTF8() local
3101 int32_t numFields = matcher.split(textToSplit, splits, UPRV_LENGTHOF(splits), status); in API_Pattern_UTF8()
3117 utext_close(textToSplit); in API_Pattern_UTF8()