Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1631 MessageFormat compMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1632 compMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, ec); in TestCompatibleApostrophe()
1633 if (compMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestCompatibleApostrophe()
1648 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
1658 compMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1665 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1776 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1777 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe()
1780 compMsg.getApostropheMode()); in TestCompatibleApostrophe()
1794 compMsg.format(zero0)); in TestCompatibleApostrophe()
1803 compMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1810 compMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1772 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1773 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe()
1776 compMsg.getApostropheMode()); in TestCompatibleApostrophe()
1790 compMsg.format(zero0)); in TestCompatibleApostrophe()
1799 compMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1806 compMsg.format(zero0)); in TestCompatibleApostrophe()