Home | History | Annotate | Download | only in cintltst

Lines Matching defs:wordCount

1326     int32_t         wordCount = 0;
1343 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1347 TEST_ASSERT(wordCount==3);
1353 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1355 TEST_ASSERT(wordCount==3);