Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java493 String patternText2 = "There are {0} on the disk \"{1}\""; in Test4105380() local
495 MessageFormat form2 = new MessageFormat(patternText2); in Test4105380()
848 String patternText2 = "There are {numberOfFiles} on the disk \"{diskName}\""; in testBugTestsWithNamesArguments() local
850 MessageFormat form2 = new MessageFormat(patternText2); in testBugTestsWithNamesArguments()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java490 String patternText2 = "There are {0} on the disk \"{1}\""; in Test4105380() local
492 MessageFormat form2 = new MessageFormat(patternText2); in Test4105380()
845 String patternText2 = "There are {numberOfFiles} on the disk \"{diskName}\""; in testBugTestsWithNamesArguments() local
847 MessageFormat form2 = new MessageFormat(patternText2); in testBugTestsWithNamesArguments()
/third_party/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp791 UnicodeString patternText2("There are {0} on the disk \"{1}\""); in Test4105380() local
796 MessageFormat *form2 = new MessageFormat(patternText2, status); in Test4105380()