Home | History | Annotate | Download | only in i18n

Lines Matching refs:UText

92     // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway
139 // For compiling the pattern, we will use a UText wrapper around
147 UText patText = UTEXT_INITIALIZER;
184 uregex_openUText(UText *pattern,
223 // For compiling the pattern, we will use a read-only UText wrapper
230 UText patText = UTEXT_INITIALIZER;
340 U_CAPI UText * U_EXPORT2
391 UText input = UTEXT_INITIALIZER;
405 UText *text,
444 UText *inputText = regexp->fMatcher->inputText();
449 regexp->fOwnsText = FALSE; // because the UText owns it
473 U_CAPI UText * U_EXPORT2
475 UText *dest,
492 UText *text,
682 UText *groupText = uregex_groupUTextDeep(regexp2, groupNum, NULL, status);
695 U_CAPI UText * U_EXPORT2
698 UText *dest,
715 U_CAPI UText * U_EXPORT2
718 UText *dest,
741 UText groupText = UTEXT_INITIALIZER;
1203 U_CAPI UText * U_EXPORT2
1205 UText *replacementText,
1206 UText *dest,
1264 U_CAPI UText * U_EXPORT2
1266 UText *replacementText,
1267 UText *dest,
1569 UText *replText,
1570 UText *dest,
1717 U_CAPI UText * U_EXPORT2
1719 UText *dest,
1780 UText *inputText = regexp->fMatcher->fInputText;
1933 UText *destFields[],