Home
last modified time | relevance | path

Searched refs:UMSGPAT_APOS_DOUBLE_OPTIONAL (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duconfig.h364 # define UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE UMSGPAT_APOS_DOUBLE_OPTIONAL
Dmessagepattern.h78 UMSGPAT_APOS_DOUBLE_OPTIONAL, enumerator
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1586 MessagePattern *ado_mp = new MessagePattern(UMSGPAT_APOS_DOUBLE_OPTIONAL, status); in TestApostropheMode()
1588 if (ado_mp->getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestApostropheMode()
1638 icuMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_OPTIONAL, NULL, ec); in TestCompatibleApostrophe()
1639 if (icuMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestCompatibleApostrophe()