Home | History | Annotate | Download | only in cintltst

Lines Matching defs:text1

393         UChar  text1[50];
397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
410 uregex_setText(re, text1, -1, &status);
422 uregex_setText(re, text1, -1, &status);
428 uregex_setText(re, text1, 5, &status);
434 uregex_setText(re, text1, 6, &status);
447 UChar text1[50];
452 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
458 uregex_setText(re, text1, -1, &status);
460 TEST_ASSERT(result == text1);
484 UChar text1[50];
489 u_uastrncpy(text1, "abcccde", sizeof(text1)/2);
494 uregex_setText(re, text1, -1, &status);
500 uregex_setText(re, text1, 6, &status);
506 uregex_setText(re, text1, 6, &status);
514 uregex_setText(re, text1, -1, &status);
515 len = u_strlen(text1);
539 UChar text1[50];
541 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
545 uregex_setText(re, text1, -1, &status);
620 UChar text1[80];
624 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
631 uregex_setText(re, text1, -1, &status);
814 UChar text1[80];
819 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
828 uregex_setText(re, text1, -1, &status);
844 uregex_setText(re, text1, -1, &status);
886 UChar text1[80]; /* "Replace xaax x1x x...x." */
899 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
911 uregex_setText(re, text1, -1, &status);
927 uregex_setText(re, text1, -1, &status);
1545 UText text1 = UTEXT_INITIALIZER;
1552 utext_openUTF8(&text1, str_abcccd, -1, &status);
1565 uregex_setUText(re, &text1, &status);
1577 uregex_setUText(re, &text1, &status);
1583 utext_close(&text1);
1592 UText text1 = UTEXT_INITIALIZER;
1604 utext_openUTF8(&text1, str_abcccd, -1, &status);
1612 uregex_setUText(re, &text1, &status);
1615 TEST_ASSERT(resultText != &text1);
1617 utext_setNativeIndex(&text1, 0);
1618 TEST_ASSERT(testUTextEqual(resultText, &text1));
1626 TEST_ASSERT(resultText != &text1);
1628 utext_setNativeIndex(&text1, 0);
1629 TEST_ASSERT(testUTextEqual(resultText, &text1));
1644 utext_close(&text1);
1652 UText text1 = UTEXT_INITIALIZER;
1659 utext_openUTF8(&text1, str_abcccde, -1, &status);
1663 uregex_setUText(re, &text1, &status);
1671 uregex_setUText(re, &text1, &status);
1685 utext_close(&text1);
1699 UChar text1[50];
1701 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
1705 uregex_setText(re, text1, -1, &status);
1757 UChar text1[80];
1765 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
1771 uregex_setText(re, text1, -1, &status);
1833 UChar text1[80];
1843 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1851 uregex_setText(re, text1, -1, &status);
1865 uregex_setText(re, text1, -1, &status);
1881 UChar text1[80];
1889 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1897 uregex_setText(re, text1, -1, &status);