Home | History | Annotate | Download | only in cintltst

Lines Matching full:text2

318         UChar  text2[50];
322 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
340 uregex_setText(re, text2, -1, &status);
372 UChar text2[50];
377 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
389 uregex_setText(re, text2, 7, &status);
391 TEST_ASSERT(result == text2);
396 uregex_setText(re, text2, 4, &status);
398 TEST_ASSERT(result == text2);
739 UChar text2[80];
744 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
760 uregex_setText(re, text2, -1, &status);
811 UChar text2[80]; /* "No match Here" */
824 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
843 uregex_setText(re, text2, -1, &status);
847 TEST_ASSERT(resultSize == u_strlen(text2));
973 UChar text2[80];
982 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);