Lines Matching refs:text1

356         UChar  text1[50];
360 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
373 uregex_setText(re, text1, -1, &status);
385 uregex_setText(re, text1, -1, &status);
391 uregex_setText(re, text1, 5, &status);
397 uregex_setText(re, text1, 6, &status);
410 UChar text1[50];
415 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
421 uregex_setText(re, text1, -1, &status);
423 TEST_ASSERT(result == text1);
447 UChar text1[50];
452 u_uastrncpy(text1, "abcccde", sizeof(text1)/2);
457 uregex_setText(re, text1, -1, &status);
463 uregex_setText(re, text1, 6, &status);
469 uregex_setText(re, text1, 6, &status);
477 uregex_setText(re, text1, -1, &status);
478 len = u_strlen(text1);
502 UChar text1[50];
504 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
508 uregex_setText(re, text1, -1, &status);
583 UChar text1[80];
587 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
594 uregex_setText(re, text1, -1, &status);
777 UChar text1[80];
782 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
791 uregex_setText(re, text1, -1, &status);
807 uregex_setText(re, text1, -1, &status);
849 UChar text1[80]; /* "Replace xaax x1x x...x." */
862 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
874 uregex_setText(re, text1, -1, &status);
890 uregex_setText(re, text1, -1, &status);
1508 UText text1 = UTEXT_INITIALIZER;
1515 utext_openUTF8(&text1, str_abcccd, -1, &status);
1528 uregex_setUText(re, &text1, &status);
1540 uregex_setUText(re, &text1, &status);
1546 utext_close(&text1);
1555 UText text1 = UTEXT_INITIALIZER;
1567 utext_openUTF8(&text1, str_abcccd, -1, &status);
1575 uregex_setUText(re, &text1, &status);
1578 TEST_ASSERT(resultText != &text1);
1580 utext_setNativeIndex(&text1, 0);
1581 TEST_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
1588 TEST_ASSERT(resultText != &text1);
1590 utext_setNativeIndex(&text1, 0);
1591 TEST_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
1606 utext_close(&text1);
1614 UText text1 = UTEXT_INITIALIZER;
1621 utext_openUTF8(&text1, str_abcccde, -1, &status);
1625 uregex_setUText(re, &text1, &status);
1633 uregex_setUText(re, &text1, &status);
1647 utext_close(&text1);
1661 UChar text1[50];
1663 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
1667 uregex_setText(re, text1, -1, &status);
1719 UChar text1[80];
1727 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
1733 uregex_setText(re, text1, -1, &status);
1795 UChar text1[80];
1805 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1813 uregex_setText(re, text1, -1, &status);
1827 uregex_setText(re, text1, -1, &status);
1843 UChar text1[80];
1851 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1859 uregex_setText(re, text1, -1, &status);