Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1815 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1816 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1819 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1830 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1837 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1846 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1640 MessageFormat icuMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1641 icuMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_OPTIONAL, NULL, ec); in TestCompatibleApostrophe()
1642 if (icuMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestCompatibleApostrophe()
1654 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
1662 icuMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1671 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1816 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1817 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1820 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1831 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1838 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1847 icuMsg.format(zero0)); in TestCompatibleApostrophe()