Searched refs:UMSGPAT_APOS_DOUBLE_REQUIRED (Results 1 – 5 of 5) sorted by relevance
39 return msgPattern.getApostropheMode()==UMSGPAT_APOS_DOUBLE_REQUIRED; in jdkAposMode()
468 aposMode==UMSGPAT_APOS_DOUBLE_REQUIRED || in parseMessage()
91 UMSGPAT_APOS_DOUBLE_REQUIRED enumerator
1595 MessagePattern *adr_mp = new MessagePattern(UMSGPAT_APOS_DOUBLE_REQUIRED, status); in TestApostropheMode()1599 if (adr_mp->getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestApostropheMode()1640 compMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, ec); in TestCompatibleApostrophe()1641 if (compMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestCompatibleApostrophe()
1219 subMsgFormat.applyPattern(sb, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, success); in formatComplexSubMessage()