Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1818 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1819 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe()
1822 compMsg.getApostropheMode()); in TestCompatibleApostrophe()
1836 compMsg.format(zero0)); in TestCompatibleApostrophe()
1845 compMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1852 compMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1638 MessageFormat compMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1639 compMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, ec); in TestCompatibleApostrophe()
1640 if (compMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestCompatibleApostrophe()
1655 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
1665 compMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1672 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1815 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1816 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe()
1819 compMsg.getApostropheMode()); in TestCompatibleApostrophe()
1833 compMsg.format(zero0)); in TestCompatibleApostrophe()
1842 compMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1849 compMsg.format(zero0)); in TestCompatibleApostrophe()