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

/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c1051 UChar textToSplit[80]; local
1060 u_uastrncpy(textToSplit, "first : second: third", UPRV_LENGTHOF(textToSplit));
1069 uregex_setText(re, textToSplit, -1, &status);
1087 spaceNeeded = u_strlen(textToSplit) -
1101 uregex_setText(re, textToSplit, -1, &status);
1118 spaceNeeded = u_strlen(textToSplit) -
1125 spaceNeeded = u_strlen(textToSplit) -
1158 UChar textToSplit[80]; local
1166 u_uastrncpy(textToSplit, "firs
1946 UChar textToSplit[80]; local
2023 UChar textToSplit[80]; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp3123 UText *textToSplit = utext_openUnicodeString(NULL, &stringToSplit, &status); local
3127 int32_t numFields = matcher.split(textToSplit, splits, UPRV_LENGTHOF(splits), status);
3143 utext_close(textToSplit);

Completed in 64 milliseconds