Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1645 MessageFormat icuMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local
1646 icuMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_OPTIONAL, NULL, ec); in TestCompatibleApostrophe()
1647 if (icuMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_OPTIONAL) { in TestCompatibleApostrophe()
1659 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
1667 icuMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe()
1676 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1823 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1824 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1827 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1838 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1845 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1854 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1826 MessageFormat icuMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local
1827 icuMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_OPTIONAL); in TestCompatibleApostrophe()
1830 icuMsg.getApostropheMode()); in TestCompatibleApostrophe()
1841 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1848 icuMsg.applyPattern(pattern); in TestCompatibleApostrophe()
1857 icuMsg.format(zero0)); in TestCompatibleApostrophe()