HomeSort by relevance Sort by last modified time
    Searched refs:UnsupportedCharsetException (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/guava/guava-gwt/src-super/java/nio/charset/
UnsupportedCharsetException.java 20 * GWT emulation of {@link UnsupportedCharsetException}.
24 public class UnsupportedCharsetException extends IllegalArgumentException {
27 public UnsupportedCharsetException(String charsetName) {
Charset.java 66 throw new UnsupportedCharsetException(charsetName);
  /libcore/ojluni/src/main/java/java/nio/charset/
UnsupportedCharsetException.java 40 public class UnsupportedCharsetException
54 public UnsupportedCharsetException(String charsetName) {
Charset.java 563 * @throws UnsupportedCharsetException
571 throw new UnsupportedCharsetException(charsetName);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UnsupportedCharsetExceptionTest.java 20 import java.nio.charset.UnsupportedCharsetException;
28 * Test class UnsupportedCharsetException.
33 UnsupportedCharsetException ex = new UnsupportedCharsetException(
40 ex = new UnsupportedCharsetException("ascii");
45 ex = new UnsupportedCharsetException("");
50 ex = new UnsupportedCharsetException(null);
56 // comparator for UnsupportedCharsetException objects
68 UnsupportedCharsetException initEx = (UnsupportedCharsetException) initial
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
ResponseUtilsTest.java 20 import java.nio.charset.UnsupportedCharsetException;
49 } catch (UnsupportedCharsetException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java 23 import java.nio.charset.UnsupportedCharsetException;
56 } catch (UnsupportedCharsetException e) {
65 } catch (UnsupportedCharsetException expected) {
  /libcore/luni/src/main/java/libcore/net/http/
ResponseUtils.java 22 import java.nio.charset.UnsupportedCharsetException;
38 * @throws UnsupportedCharsetException if the response specified charset is unsupported.
41 throws IllegalCharsetNameException, UnsupportedCharsetException {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetICU.java 14 import java.nio.charset.UnsupportedCharsetException;
216 UnsupportedCharsetException e2 = new UnsupportedCharsetException(
226 throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className);
253 * @throws UnsupportedCharsetException If no support for the
258 public static Charset forNameICU(String charsetName) throws IllegalCharsetNameException, UnsupportedCharsetException {
CharsetProviderICU.java 12 import java.nio.charset.UnsupportedCharsetException;
68 }catch(UnsupportedCharsetException ex){
118 throws UnsupportedCharsetException{
152 throw new UnsupportedCharsetException(enc);
276 } catch(UnsupportedCharsetException ex) {
CharsetSelector.java 22 import java.nio.charset.UnsupportedCharsetException;
160 * @throws UnsupportedCharsetException
CharsetHZ.java 15 import java.nio.charset.UnsupportedCharsetException;
37 throw new UnsupportedCharsetException("unable to open ICU GBK Charset, required for HZ");
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 25 import java.nio.charset.UnsupportedCharsetException;
151 } catch (UnsupportedCharsetException expected) {
159 } catch (UnsupportedCharsetException expected) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
MediaTypeTest.java 22 import java.nio.charset.UnsupportedCharsetException;
137 } catch (UnsupportedCharsetException expected) {
  /libcore/ojluni/src/main/java/java/net/
URLEncoder.java 36 import java.nio.charset.UnsupportedCharsetException ;
216 } catch (UnsupportedCharsetException e) {
  /libcore/ojluni/src/main/java/java/io/
PrintWriter.java 33 import java.nio.charset.UnsupportedCharsetException;
88 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) {
    [all...]
PrintStream.java 33 import java.nio.charset.UnsupportedCharsetException;
97 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 40 import java.nio.charset.UnsupportedCharsetException;
304 } catch (UnsupportedCharsetException expected) {}
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 33 import java.nio.charset.UnsupportedCharsetException;
320 } catch (UnsupportedCharsetException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 37 import java.nio.charset.UnsupportedCharsetException;
370 } catch (UnsupportedCharsetException e) {
382 } catch (UnsupportedCharsetException e) {
  /external/guava/guava-tests/test/com/google/common/net/
MediaTypeTest.java 53 import java.nio.charset.UnsupportedCharsetException;
369 } catch (UnsupportedCharsetException expected) {}
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 40 import java.nio.charset.UnsupportedCharsetException;
114 } catch (UnsupportedCharsetException x) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java 24 import java.nio.charset.UnsupportedCharsetException;
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/util/
CharsetUtil.java 24 import java.nio.charset.UnsupportedCharsetException;
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
Channels.java 40 import java.nio.charset.UnsupportedCharsetException;
382 * @throws UnsupportedCharsetException
451 * @throws UnsupportedCharsetException

Completed in 535 milliseconds

1 2 3