Searched refs:newFormat (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java663 * @param newFormat the new format to use
666 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
669 formats[j] = newFormat;
687 * @param newFormat the format to use for the specified format element
691 public void setFormat(int formatElementIndex, Format newFormat) { argument
692 formats[formatElementIndex] = newFormat;
1447 Format newFormat = null;
1459 newFormat = NumberFormat.getInstance(locale);
1462 newFormat = NumberFormat.getCurrencyInstance(locale);
1465 newFormat
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DToolkit.java217 AudioFormat newFormat =
225 ais = AudioSystem.getAudioInputStream(newFormat, ais);
H A DDirectAudioDevice.java482 AudioFormat newFormat = getSignOrEndianChangedFormat(format);
483 if (ddli.isFormatSupportedInHardware(newFormat)) {
485 hardwareFormat = newFormat;
492 Printer.debug(" to "+newFormat);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.cpp776 D3DFORMAT newFormat = D3DFMT_UNKNOWN; local
787 newFormat = formats[i];
790 return newFormat;
H A DD3DContext.cpp834 D3DFORMAT newFormat = local
840 newFormat, D3DMULTISAMPLE_NONE, 0, false, &pBB, 0);

Completed in 60 milliseconds