Home
last modified time | relevance | path

Searched refs:UMSGPAT_APOS_DOUBLE_REQUIRED (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dmessageimpl.h39 return msgPattern.getApostropheMode()==UMSGPAT_APOS_DOUBLE_REQUIRED; in jdkAposMode()
Dmessagepattern.cpp468 aposMode==UMSGPAT_APOS_DOUBLE_REQUIRED || in parseMessage()
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h89 UMSGPAT_APOS_DOUBLE_REQUIRED enumerator
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1594 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()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1385 msgFmt.applyPattern(*fDateTimeFormat, UMSGPAT_APOS_DOUBLE_REQUIRED, in fallbackFormat()
Dmsgfmt.cpp1214 subMsgFormat.applyPattern(sb, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, success); in formatComplexSubMessage()