Home | History | Annotate | Download | only in cintltst

Lines Matching refs:textBuff

1351     UChar           *textBuff;
1384 textBuff = (UChar *) malloc(sizeof(UChar) * (neededLength1 + 1));
1385 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1394 free(textBuff);