Searched refs:UMSGPAT_APOS_DOUBLE_OPTIONAL (Results 1 – 3 of 3) sorted by relevance
364 # define UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE UMSGPAT_APOS_DOUBLE_OPTIONAL
78 UMSGPAT_APOS_DOUBLE_OPTIONAL, enumerator
1586 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()