Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1637 MessageFormat icuMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1638 icuMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_OPTIONAL, NULL, ec); in TestCompatibleApostrophe()
1639 if (icuMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestCompatibleApostrophe()
1651 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
1659 icuMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1668 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1782 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1783 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1786 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1797 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1804 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1813 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1778 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1779 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1782 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1793 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1800 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1809 icuMsg.format(zero0)); in TestCompatibleApostrophe()