Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1824 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1825 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1828 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1839 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1846 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1855 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1644 MessageFormat icuMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1645 icuMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_OPTIONAL, NULL, ec); in TestCompatibleApostrophe()
1646 if (icuMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestCompatibleApostrophe()
1658 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
1666 icuMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1675 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1821 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1822 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1825 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1836 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1843 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1852 icuMsg.format(zero0)); in TestCompatibleApostrophe()