Searched refs:UMSGPAT_APOS_DOUBLE_REQUIRED (Results 1 – 6 of 6) sorted by relevance
39 return msgPattern.getApostropheMode()==UMSGPAT_APOS_DOUBLE_REQUIRED; in jdkAposMode()
468 aposMode==UMSGPAT_APOS_DOUBLE_REQUIRED || in parseMessage()
89 UMSGPAT_APOS_DOUBLE_REQUIRED enumerator
1594 MessagePattern *adr_mp = new MessagePattern(UMSGPAT_APOS_DOUBLE_REQUIRED, status); in TestApostropheMode()1598 if (adr_mp->getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestApostropheMode()1639 compMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, ec); in TestCompatibleApostrophe()1640 if (compMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestCompatibleApostrophe()
1385 msgFmt.applyPattern(*fDateTimeFormat, UMSGPAT_APOS_DOUBLE_REQUIRED, in fallbackFormat()
1214 subMsgFormat.applyPattern(sb, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, success); in formatComplexSubMessage()