Home
last modified time | relevance | path

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

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