Searched refs:getMaxBytesPerChar (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteCp834.java38 public int getMaxBytesPerChar() { method in class:CharToByteCp834
H A DCharToByteISO2022CN_CNS.java47 public int getMaxBytesPerChar() method in class:CharToByteISO2022CN_CNS
H A DCharToByteISO2022CN_GB.java45 public int getMaxBytesPerChar() method in class:CharToByteISO2022CN_GB
H A DCharToByteISO2022KR.java41 public int getMaxBytesPerChar() method in class:CharToByteISO2022KR
H A DCharToByteCp33722.java46 public int getMaxBytesPerChar() { method in class:CharToByteCp33722
H A DCharToByteCp964.java46 public int getMaxBytesPerChar() { method in class:CharToByteCp964
H A DCharToByteConverter.java228 byte[] output = new byte[ getMaxBytesPerChar() * input.length ];
240 //Not supposed to happen. If it does, getMaxBytesPerChar() lied.
242 InternalError("this.getMaxBytesPerChar returned bad value");
330 //FIXME output buffer size should use getMaxBytesPerChar value.
346 public abstract int getMaxBytesPerChar(); method in class:CharToByteConverter
393 * longer than the value returned by getMaxBytesPerChar for this
398 * the value returned by the method getMaxBytesPerChar.
400 * @see #getMaxBytesPerChar
405 if( newSubBytes.length > getMaxBytesPerChar() ) {
H A DCharToByteISO2022.java88 byte convByte[] = new byte[codeConverter.getMaxBytesPerChar()];
94 codeConverter.getMaxBytesPerChar());
154 byte [] tmpbuf = new byte[this.getMaxBytesPerChar()];
H A DCharToByteASCII.java179 public int getMaxBytesPerChar() method in class:CharToByteASCII
H A DCharToByteEUC_TW.java102 public int getMaxBytesPerChar() { method in class:CharToByteEUC_TW
H A DCharToByteDBCS_ASCII.java184 public int getMaxBytesPerChar() { method in class:CharToByteDBCS_ASCII
H A DCharToByteDoubleByte.java185 public int getMaxBytesPerChar() { method in class:CharToByteDoubleByte
H A DCharToByteEUC_JP_LINUX.java190 public int getMaxBytesPerChar() { method in class:CharToByteEUC_JP_LINUX
H A DCharToByteISCII91.java189 * @see sun.io.CharToByteConverter#getMaxBytesPerChar
191 public int getMaxBytesPerChar() { method in class:CharToByteISCII91
193 }//getMaxBytesPerChar()
H A DCharToByteISO8859_1.java189 public int getMaxBytesPerChar() method in class:CharToByteISO8859_1
H A DCharToByteSingleByte.java231 public int getMaxBytesPerChar() { method in class:CharToByteSingleByte
H A DCharToByteUnicode.java149 public int getMaxBytesPerChar() { method in class:CharToByteUnicode
H A DCharToByteEUC.java214 public int getMaxBytesPerChar() { method in class:CharToByteEUC
H A DCharToByteEUC_JP.java198 public int getMaxBytesPerChar() { method in class:CharToByteEUC_JP
H A DCharToByteEUC_JP_Solaris.java210 public int getMaxBytesPerChar() { method in class:CharToByteEUC_JP_Solaris
H A DCharToByteUTF8.java147 public int getMaxBytesPerChar() { method in class:CharToByteUTF8
H A DCharToByteDBCS_EBCDIC.java223 public int getMaxBytesPerChar() { method in class:CharToByteDBCS_EBCDIC
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DOSFCodeSetRegistry.java96 public int getMaxBytesPerChar() { method in class:OSFCodeSetRegistry.Entry
H A DCodeSetConversion.java85 public abstract float getMaxBytesPerChar(); method in class:CodeSetConversion.CTBConverter
197 public final float getMaxBytesPerChar() { method in class:CodeSetConversion.JavaCTBConverter
340 return codeset.getMaxBytesPerChar();
510 codeset.getMaxBytesPerChar());
558 codeset.getMaxBytesPerChar());
H A DCDROutputStream_1_2.java302 int maxLength = (int)Math.ceil(converter.getMaxBytesPerChar() * length);

Completed in 99 milliseconds

12