Lines Matching refs:text2
397 UChar text2[50];
401 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2));
419 uregex_setText(re, text2, -1, &status);
451 UChar text2[50];
456 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2));
468 uregex_setText(re, text2, 7, &status);
470 TEST_ASSERT(result == text2);
475 uregex_setText(re, text2, 4, &status);
477 TEST_ASSERT(result == text2);
818 UChar text2[80];
823 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));
839 uregex_setText(re, text2, -1, &status);
890 UChar text2[80]; /* "No match Here" */
903 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));
922 uregex_setText(re, text2, -1, &status);
926 TEST_ASSERT(resultSize == u_strlen(text2));
1052 UChar text2[80];
1061 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));
1549 UText text2 = UTEXT_INITIALIZER;
1556 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1574 uregex_setUText(re, &text2, &status);
1587 utext_close(&text2);
1596 UText text2 = UTEXT_INITIALIZER;
1609 utext_openUChars(&text2, text2Chars, -1, &status);
1640 utext_setNativeIndex(&text2, 0);
1641 TEST_ASSERT(testUTextEqual(resultText, &text2));
1648 utext_close(&text2);
1815 UChar text2[80];
1826 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));
1840 uregex_setText(re, text2, -1, &status);
1864 UChar text2[80];
1872 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));
1886 uregex_setText(re, text2, -1, &status);
1947 UChar text2[80];
1953 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2));