Searched refs:compMsg (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1639 MessageFormat compMsg("", Locale::getUS(), ec); in TestCompatibleApostrophe() local 1640 compMsg.applyPattern(pattern, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, ec); in TestCompatibleApostrophe() 1641 if (compMsg.getApostropheMode() != UMSGPAT_APOS_DOUBLE_REQUIRED) { in TestCompatibleApostrophe() 1656 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe() 1666 compMsg.applyPattern(pattern, ec); in TestCompatibleApostrophe() 1673 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1817 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local 1818 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe() 1821 compMsg.getApostropheMode()); in TestCompatibleApostrophe() 1835 compMsg.format(zero0)); in TestCompatibleApostrophe() 1844 compMsg.applyPattern(pattern); in TestCompatibleApostrophe() 1851 compMsg.format(zero0)); in TestCompatibleApostrophe()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1820 MessageFormat compMsg = new MessageFormat("", Locale.ENGLISH); in TestCompatibleApostrophe() local 1821 compMsg.applyPattern(pattern, MessagePattern.ApostropheMode.DOUBLE_REQUIRED); in TestCompatibleApostrophe() 1824 compMsg.getApostropheMode()); in TestCompatibleApostrophe() 1838 compMsg.format(zero0)); in TestCompatibleApostrophe() 1847 compMsg.applyPattern(pattern); in TestCompatibleApostrophe() 1854 compMsg.format(zero0)); in TestCompatibleApostrophe()
|