Home | History | Annotate | Download | only in cintltst

Lines Matching refs:text1

352         UChar  text1[50];
356 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
369 uregex_setText(re, text1, -1, &status);
381 uregex_setText(re, text1, -1, &status);
387 uregex_setText(re, text1, 5, &status);
393 uregex_setText(re, text1, 6, &status);
406 UChar text1[50];
411 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
417 uregex_setText(re, text1, -1, &status);
419 TEST_ASSERT(result == text1);
443 UChar text1[50];
448 u_uastrncpy(text1, "abcccde", sizeof(text1)/2);
453 uregex_setText(re, text1, -1, &status);
459 uregex_setText(re, text1, 6, &status);
465 uregex_setText(re, text1, 6, &status);
473 uregex_setText(re, text1, -1, &status);
474 len = u_strlen(text1);
498 UChar text1[50];
500 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
504 uregex_setText(re, text1, -1, &status);
579 UChar text1[80];
583 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
590 uregex_setText(re, text1, -1, &status);
773 UChar text1[80];
778 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
787 uregex_setText(re, text1, -1, &status);
803 uregex_setText(re, text1, -1, &status);
845 UChar text1[80]; /* "Replace xaax x1x x...x." */
858 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
870 uregex_setText(re, text1, -1, &status);
886 uregex_setText(re, text1, -1, &status);
1503 UText text1 = UTEXT_INITIALIZER;
1510 utext_openUTF8(&text1, str_abcccd, -1, &status);
1523 uregex_setUText(re, &text1, &status);
1535 uregex_setUText(re, &text1, &status);
1541 utext_close(&text1);
1550 UText text1 = UTEXT_INITIALIZER;
1562 utext_openUTF8(&text1, str_abcccd, -1, &status);
1570 uregex_setUText(re, &text1, &status);
1573 TEST_ASSERT(resultText != &text1);
1575 utext_setNativeIndex(&text1, 0);
1576 TEST_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
1583 TEST_ASSERT(resultText != &text1);
1585 utext_setNativeIndex(&text1, 0);
1586 TEST_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
1601 utext_close(&text1);
1609 UText text1 = UTEXT_INITIALIZER;
1616 utext_openUTF8(&text1, str_abcccde, -1, &status);
1620 uregex_setUText(re, &text1, &status);
1628 uregex_setUText(re, &text1, &status);
1642 utext_close(&text1);
1656 UChar text1[50];
1658 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
1662 uregex_setText(re, text1, -1, &status);
1714 UChar text1[80];
1722 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
1728 uregex_setText(re, text1, -1, &status);
1790 UChar text1[80];
1800 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1808 uregex_setText(re, text1, -1, &status);
1822 uregex_setText(re, text1, -1, &status);
1838 UChar text1[80];
1846 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1854 uregex_setText(re, text1, -1, &status);