Home | History | Annotate | Download | only in format

Lines Matching refs:patternText1

489         String patternText1 = "The disk \"{1}\" contains {0}.";
491 MessageFormat form1 = new MessageFormat(patternText1);
844 String patternText1 = "The disk \"{diskName}\" contains {numberOfFiles}.";
846 MessageFormat form1 = new MessageFormat(patternText1);