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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1351 UChar *textBuff; local
1384 textBuff = (UChar *) malloc(sizeof(UChar) * (neededLength1 + 1));
1385 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1394 free(textBuff);

Completed in 115 milliseconds