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

/external/chromium/third_party/icu/source/test/cintltst/
H A Dreapits.c1279 int32_t neededLength2; local
1308 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1312 TEST_ASSERT(neededLength1 == neededLength2);
/external/icu4c/test/cintltst/
H A Dreapits.c1324 int32_t neededLength2; local
1353 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1357 TEST_ASSERT(neededLength1 == neededLength2);

Completed in 32 milliseconds