Home | History | Annotate | Download | only in cintltst

Lines Matching refs:text2

394         UChar  text2[50];
398 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
416 uregex_setText(re, text2, -1, &status);
448 UChar text2[50];
453 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
465 uregex_setText(re, text2, 7, &status);
467 TEST_ASSERT(result == text2);
472 uregex_setText(re, text2, 4, &status);
474 TEST_ASSERT(result == text2);
815 UChar text2[80];
820 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
836 uregex_setText(re, text2, -1, &status);
887 UChar text2[80]; /* "No match Here" */
900 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
919 uregex_setText(re, text2, -1, &status);
923 TEST_ASSERT(resultSize == u_strlen(text2));
1049 UChar text2[80];
1058 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1546 UText text2 = UTEXT_INITIALIZER;
1553 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1571 uregex_setUText(re, &text2, &status);
1584 utext_close(&text2);
1593 UText text2 = UTEXT_INITIALIZER;
1605 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1606 utext_openUChars(&text2, text2Chars, -1, &status);
1637 utext_setNativeIndex(&text2, 0);
1638 TEST_ASSERT(testUTextEqual(resultText, &text2));
1645 utext_close(&text2);
1834 UChar text2[80];
1844 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1858 uregex_setText(re, text2, -1, &status);
1882 UChar text2[80];
1890 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1904 uregex_setText(re, text2, -1, &status);
1965 UChar text2[80];
1971 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);