Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java549 String msgFormatString = "{0} =sep= {1}"; in TestParse() local
550 MessageFormat msg = new MessageFormat(msgFormatString); in TestParse()
1036 String msgFormatString = "{foo} =sep= {bar}"; in testParseNamedArguments() local
1037 MessageFormat msg = new MessageFormat(msgFormatString); in testParseNamedArguments()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java546 String msgFormatString = "{0} =sep= {1}"; in TestParse() local
547 MessageFormat msg = new MessageFormat(msgFormatString); in TestParse()
1033 String msgFormatString = "{foo} =sep= {bar}"; in testParseNamedArguments() local
1034 MessageFormat msg = new MessageFormat(msgFormatString); in testParseNamedArguments()
/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1123 UnicodeString msgFormatString = "{0} =sep= {1}"; in testParse() local
1124 MessageFormat msg( msgFormatString, err); in testParse()