Home
last modified time | relevance | path

Searched refs:neededLength1 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dreapits.c1361 int32_t neededLength1; in TestBug4315() local
1381 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields, in TestBug4315()
1390 textBuff = (UChar *) malloc(sizeof(UChar) * (neededLength1 + 1)); in TestBug4315()
1391 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2, in TestBug4315()
1395 TEST_ASSERT(neededLength1 == neededLength2); in TestBug4315()