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);
1636 utext_setNativeIndex(&text2, 0);
1637 TEST_ASSERT(testUTextEqual(resultText, &text2));
1644 utext_close(&text2);
1833 UChar text2[80];
1843 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1857 uregex_setText(re, text2, -1, &status);
1881 UChar text2[80];
1889 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1903 uregex_setText(re, text2, -1, &status);
1964 UChar text2[80];
1970 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);