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