Home
last modified time | relevance | path

Searched refs:UnsupportedCharsetException (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetICU.java16 import java.nio.charset.UnsupportedCharsetException;
219 UnsupportedCharsetException e2 = new UnsupportedCharsetException( in getCharset()
229 throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className); in getCharset()
261 …et forNameICU(String charsetName) throws IllegalCharsetNameException, UnsupportedCharsetException { in forNameICU()
DCharsetProviderICU.java14 import java.nio.charset.UnsupportedCharsetException;
71 }catch(UnsupportedCharsetException ex){ in charsetForName()
121 throws UnsupportedCharsetException{ in getICUCanonicalName()
155 throw new UnsupportedCharsetException(enc); in getICUCanonicalName()
279 } catch(UnsupportedCharsetException ex) { in loadAvailableICUCharsets()
DCharsetHZ.java17 import java.nio.charset.UnsupportedCharsetException;
39 … throw new UnsupportedCharsetException("unable to open ICU GBK Charset, required for HZ"); in CharsetHZ()
DCharsetSelector.java24 import java.nio.charset.UnsupportedCharsetException;
/external/guava/guava-gwt/src-super/java/nio/charset/
DUnsupportedCharsetException.java24 public class UnsupportedCharsetException extends IllegalArgumentException { class
27 public UnsupportedCharsetException(String charsetName) { in UnsupportedCharsetException() method in UnsupportedCharsetException
DCharset.java66 throw new UnsupportedCharsetException(charsetName); in forName()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DMediaTypeTest.java22 import java.nio.charset.UnsupportedCharsetException;
137 } catch (UnsupportedCharsetException expected) { in testUnsupportedCharset()
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DMediaTypeTest.java40 import java.nio.charset.UnsupportedCharsetException;
304 } catch (UnsupportedCharsetException expected) {} in testGetCharset_unsupportedCharset()
/external/guava/guava-tests/test/com/google/common/net/
DMediaTypeTest.java53 import java.nio.charset.UnsupportedCharsetException;
369 } catch (UnsupportedCharsetException expected) {}
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java44 import java.nio.charset.UnsupportedCharsetException;
716 } catch (UnsupportedCharsetException e) { in toString()
/external/guava/guava/src/com/google/common/net/
DMediaType.java46 import java.nio.charset.UnsupportedCharsetException;
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java21 import java.nio.charset.UnsupportedCharsetException;
2512 }catch(UnsupportedCharsetException ex){ in TestAllNames()
2675 }catch(UnsupportedCharsetException ex){ in TestUTF32BOM()
5587 } catch (UnsupportedCharsetException ex) { in TestCharsetICUCodeCoverage()