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

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

Completed in 74 milliseconds