Home | History | Annotate | Download | only in cintltst

Lines Matching refs: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));
1625 TEST_ASSERT(resultText != &text1);
1627 utext_setNativeIndex(&text1, 0);
1628 TEST_ASSERT(testUTextEqual(resultText, &text1));
1643 utext_close(&text1);
1651 UText text1 = UTEXT_INITIALIZER;
1658 utext_openUTF8(&text1, str_abcccde, -1, &status);
1662 uregex_setUText(re, &text1, &status);
1670 uregex_setUText(re, &text1, &status);
1684 utext_close(&text1);
1698 UChar text1[50];
1700 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
1704 uregex_setText(re, text1, -1, &status);
1756 UChar text1[80];
1764 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
1770 uregex_setText(re, text1, -1, &status);
1832 UChar text1[80];
1842 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1850 uregex_setText(re, text1, -1, &status);
1864 uregex_setText(re, text1, -1, &status);
1880 UChar text1[80];
1888 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1896 uregex_setText(re, text1, -1, &status);