Searched refs:textBuff (Results 1 – 1 of 1) sorted by relevance
1357 UChar *textBuff; in TestBug4315() local1390 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()