Lines Matching full:adr_mp
1589 MessagePattern *adr_mp = new MessagePattern(UMSGPAT_APOS_DOUBLE_REQUIRED, status);
1593 if (adr_mp->getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) {
1594 errln("wrong value from adr_mp->getApostropheMode().");
1619 GetPatternAndSkipSyntax(adr_mp->parse(adr_pattern, NULL, status)));
1621 delete adr_mp;