Home
last modified time | relevance | path

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

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