2001-07-30 Tom Tromey <tromey@redhat.com> Corey Minyard <minyard@acm.org> * gnu/gcj/convert/natIconv.cc (done): New methods. * gnu/gcj/convert/Output_iconv.java (done): New method. * gnu/gcj/convert/Input_iconv.java (done): New method. * gnu/gcj/convert/UnicodeToBytes.java (defaultEncodingClass): Removed. (getDefaultEncodingClass): Removed. (getDefaultEncoder): Use getEncoder. (done): New method. (defaultEncoding, CACHE_SIZE, encoderCache, currCachePos): New static fields. * gnu/gcj/convert/BytesToUnicode.java (defaultDecodingClass): Removed. (defaultEncoding, CACHE_SIZE, decoderCache, currCachePos): New static fields. (getDefaultDecodingClass): Removed. (getDefaultDecoder): Use getDecoder. (getDecoder): Look up decoder in cache. (done): New method. * java/lang/natString.cc (init): Call `done' on converter. (getBytes): Likewise. Co-Authored-By: Corey Minyard <minyard@acm.org> From-SVN: r44484
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
BytesToUnicode.java | Loading commit data... | |
Convert.java | Loading commit data... | |
IOConverter.java | Loading commit data... | |
Input_8859_1.java | Loading commit data... | |
Input_ASCII.java | Loading commit data... | |
Input_EUCJIS.java | Loading commit data... | |
Input_JavaSrc.java | Loading commit data... | |
Input_SJIS.java | Loading commit data... | |
Input_UTF8.java | Loading commit data... | |
Input_iconv.java | Loading commit data... | |
JIS0201.h | Loading commit data... | |
JIS0208.h | Loading commit data... | |
JIS0208_to_Unicode.cc | Loading commit data... | |
JIS0212.h | Loading commit data... | |
JIS0212_to_Unicode.cc | Loading commit data... | |
Output_8859_1.java | Loading commit data... | |
Output_ASCII.java | Loading commit data... | |
Output_EUCJIS.java | Loading commit data... | |
Output_JavaSrc.java | Loading commit data... | |
Output_SJIS.java | Loading commit data... | |
Output_UTF8.java | Loading commit data... | |
Output_iconv.java | Loading commit data... | |
UnicodeToBytes.java | Loading commit data... | |
Unicode_to_JIS.cc | Loading commit data... | |
gen-from-JIS.c | Loading commit data... | |
make-trie.c | Loading commit data... | |
natIconv.cc | Loading commit data... | |
natInput_EUCJIS.cc | Loading commit data... | |
natInput_SJIS.cc | Loading commit data... | |
natOutput_EUCJIS.cc | Loading commit data... | |
natOutput_SJIS.cc | Loading commit data... |