Home | History | Annotate | Download | only in i18n

Lines Matching refs:fOwnsText

45     UBool             fOwnsText;
59 fOwnsText = FALSE;
70 if (fOwnsText && fText!=NULL) {
94 if (requiresText && re->fText == NULL && !re->fOwnsText) {
384 if (regexp->fOwnsText && regexp->fText != NULL) {
390 regexp->fOwnsText = FALSE;
417 if (regexp->fOwnsText && regexp->fText != NULL) {
423 regexp->fOwnsText = TRUE;
450 regexp->fOwnsText = FALSE; // because the UText owns it
458 regexp->fOwnsText = TRUE; // should already be set but just in case