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

/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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 77 milliseconds