Searched defs:outStart (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharASCII.java41 public int flush(char[] output, int outStart, int outEnd) { argument
H A DByteToCharISO8859_1.java41 public int flush(char[] output, int outStart, int outEnd) { argument
H A DByteToCharUTF8.java45 public int flush(char[] output, int outStart, int outEnd) argument
H A DByteToCharSingleByte.java46 public int flush(char[] output, int outStart, int outEnd) { argument
64 * @param outStart starting offset
H A DCharToByteASCII.java38 public int flush(byte[] output, int outStart, int outEnd) argument
H A DCharToByteDBCS_ASCII.java50 public int flush(byte [] output, int outStart, int outEnd) argument
H A DCharToByteEUC_TW.java38 public int flush(byte[] output, int outStart, int outEnd) argument
H A DCharToByteISCII91.java89 public int convert(char[] input, int inStart, int inEnd, byte[] output, int outStart, int outEnd) throws MalformedInputException, UnknownCharacterException, ConversionBufferFullException { argument
92 byteOff = outStart;
171 return byteOff - outStart;
177 public int flush( byte[] output, int outStart, int outEnd ) argument
H A DCharToByteISO8859_1.java37 public int flush(byte[] output, int outStart, int outEnd) argument
H A DCharToByteUTF8.java47 public int flush(byte[] output, int outStart, int outEnd) argument
H A DByteToCharCp33722.java70 public int flush(char[] output, int outStart, int outEnd) argument
H A DByteToCharDBCS_ASCII.java51 public int flush(char [] output, int outStart, int outEnd) argument
H A DByteToCharDBCS_EBCDIC.java60 public int flush(char [] output, int outStart, int outEnd) argument
H A DByteToCharDoubleByte.java69 public int flush(char[] output, int outStart, int outEnd) argument
90 * @param outStart starting offset
H A DByteToCharEUC.java51 public int flush(char[] output, int outStart, int outEnd) argument
H A DByteToCharEUC2.java58 public int flush(char[] output, int outStart, int outEnd) argument
H A DByteToCharEUC_JP.java45 public int flush(char[] output, int outStart, int outEnd) argument
103 * @param outStart starting offset
H A DByteToCharEUC_JP_LINUX.java47 public int flush(char[] output, int outStart, int outEnd) argument
101 * @param outStart starting offset
H A DByteToCharEUC_JP_Solaris.java57 public int flush(char[] output, int outStart, int outEnd) argument
120 * @param outStart starting offset
H A DByteToCharEUC_TW.java51 public int flush(char[] output, int outStart, int outEnd) argument
H A DByteToCharGB18030.java71 public int flush(char [] output, int outStart, int outEnd) argument
H A DByteToCharISCII91.java74 char output[], int outStart, int outEnd)
81 charOff = outStart;
198 return charOff - outStart;
204 public int flush( char[] output, int outStart, int outEnd ) argument
210 output[outStart] = contextChar;
73 convert(byte input[], int inStart, int inEnd, char output[], int outStart, int outEnd) argument
H A DByteToCharISO2022JP.java48 public int flush(char [] output, int outStart, int outEnd) argument
H A DCharToByteDBCS_EBCDIC.java58 public int flush(byte [] output, int outStart, int outEnd) argument
70 if (outStart >= outEnd)
72 output[outStart] = SI;
H A DCharToByteDoubleByte.java54 public int flush(byte[] output, int outStart, int outEnd) argument
75 * @param outStart starting offset

Completed in 45 milliseconds

12