HomeSort by relevance Sort by last modified time
    Searched refs:fOwnsText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 44 UBool fOwnsText;
58 fOwnsText = FALSE;
69 if (fOwnsText && fText!=NULL) {
93 if (requiresText && re->fText == NULL && !re->fOwnsText) {
383 if (regexp->fOwnsText && regexp->fText != NULL) {
389 regexp->fOwnsText = FALSE;
416 if (regexp->fOwnsText && regexp->fText != NULL) {
422 regexp->fOwnsText = TRUE;
449 regexp->fOwnsText = FALSE; // because the UText owns it
457 regexp->fOwnsText = TRUE; // should already be set but just in cas
    [all...]
  /external/icu4c/i18n/
uregex.cpp 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 cas
    [all...]

Completed in 51 milliseconds