Home | History | Annotate | Download | only in cintltst

Lines Matching refs:text2

353         UChar  text2[50];
357 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
375 uregex_setText(re, text2, -1, &status);
407 UChar text2[50];
412 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
424 uregex_setText(re, text2, 7, &status);
426 TEST_ASSERT(result == text2);
431 uregex_setText(re, text2, 4, &status);
433 TEST_ASSERT(result == text2);
774 UChar text2[80];
779 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
795 uregex_setText(re, text2, -1, &status);
846 UChar text2[80]; /* "No match Here" */
859 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
878 uregex_setText(re, text2, -1, &status);
882 TEST_ASSERT(resultSize == u_strlen(text2));
1008 UChar text2[80];
1017 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1504 UText text2 = UTEXT_INITIALIZER;
1511 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1529 uregex_setUText(re, &text2, &status);
1542 utext_close(&text2);
1551 UText text2 = UTEXT_INITIALIZER;
1563 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1564 utext_openUChars(&text2, text2Chars, -1, &status);
1594 utext_setNativeIndex(&text2, 0);
1595 TEST_ASSERT(utext_compare(resultText, -1, &text2, -1) == 0);
1602 utext_close(&text2);
1791 UChar text2[80];
1801 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1815 uregex_setText(re, text2, -1, &status);
1839 UChar text2[80];
1847 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1861 uregex_setText(re, text2, -1, &status);
1922 UChar text2[80];
1928 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);