Home | History | Annotate | Download | only in cintltst

Lines Matching refs:text2

357         UChar  text2[50];
361 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
379 uregex_setText(re, text2, -1, &status);
411 UChar text2[50];
416 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
428 uregex_setText(re, text2, 7, &status);
430 TEST_ASSERT(result == text2);
435 uregex_setText(re, text2, 4, &status);
437 TEST_ASSERT(result == text2);
778 UChar text2[80];
783 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
799 uregex_setText(re, text2, -1, &status);
850 UChar text2[80]; /* "No match Here" */
863 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
882 uregex_setText(re, text2, -1, &status);
886 TEST_ASSERT(resultSize == u_strlen(text2));
1012 UChar text2[80];
1021 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1509 UText text2 = UTEXT_INITIALIZER;
1516 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1534 uregex_setUText(re, &text2, &status);
1547 utext_close(&text2);
1556 UText text2 = UTEXT_INITIALIZER;
1568 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1569 utext_openUChars(&text2, text2Chars, -1, &status);
1599 utext_setNativeIndex(&text2, 0);
1600 TEST_ASSERT(utext_compare(resultText, -1, &text2, -1) == 0);
1607 utext_close(&text2);
1796 UChar text2[80];
1806 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1820 uregex_setText(re, text2, -1, &status);
1844 UChar text2[80];
1852 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1866 uregex_setText(re, text2, -1, &status);
1927 UChar text2[80];
1933 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);