Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dreapits.c1357 UChar *textBuff; in TestBug4315() local
1390 textBuff = (UChar *) malloc(sizeof(UChar) * (neededLength1 + 1)); in TestBug4315()
1391 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2, in TestBug4315()
1400 free(textBuff); in TestBug4315()