Home | History | Annotate | Download | only in cintltst

Lines Matching refs:text2

364         UChar  text2[50];
368 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
386 uregex_setText(re, text2, -1, &status);
418 UChar text2[50];
423 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
435 uregex_setText(re, text2, 7, &status);
437 TEST_ASSERT(result == text2);
442 uregex_setText(re, text2, 4, &status);
444 TEST_ASSERT(result == text2);
785 UChar text2[80];
790 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
806 uregex_setText(re, text2, -1, &status);
857 UChar text2[80]; /* "No match Here" */
870 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
889 uregex_setText(re, text2, -1, &status);
893 TEST_ASSERT(resultSize == u_strlen(text2));
1019 UChar text2[80];
1028 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1515 UText text2 = UTEXT_INITIALIZER;
1522 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1540 uregex_setUText(re, &text2, &status);
1553 utext_close(&text2);
1562 UText text2 = UTEXT_INITIALIZER;
1574 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1575 utext_openUChars(&text2, text2Chars, -1, &status);
1605 utext_setNativeIndex(&text2, 0);
1606 TEST_ASSERT(utext_compare(resultText, -1, &text2, -1) == 0);
1613 utext_close(&text2);
1802 UChar text2[80];
1812 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1826 uregex_setText(re, text2, -1, &status);
1850 UChar text2[80];
1858 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1872 uregex_setText(re, text2, -1, &status);
1933 UChar text2[80];
1939 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);