Home | History | Annotate | Download | only in cintltst

Lines Matching defs:wordCount

1281     int32_t         wordCount = 0;
1298 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1302 TEST_ASSERT(wordCount==3);
1308 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1310 TEST_ASSERT(wordCount==3);