Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetProviderICU.java12 import java.nio.charset.UnsupportedCharsetException;
68 }catch(UnsupportedCharsetException ex){ in charsetForName()
118 throws UnsupportedCharsetException{ in getICUCanonicalName()
152 throw new UnsupportedCharsetException(enc); in getICUCanonicalName()
276 } catch(UnsupportedCharsetException ex) { in loadAvailableICUCharsets()
DCharsetICU.java14 import java.nio.charset.UnsupportedCharsetException;
182 …throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className+ ". Exc… in getCharset()
189 … throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className); in getCharset()
221 …et forNameICU(String charsetName) throws IllegalCharsetNameException, UnsupportedCharsetException { in forNameICU()
DCharsetSelector.java22 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/guava/guava/src/com/google/common/net/
DMediaType.java45 import java.nio.charset.UnsupportedCharsetException;
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java19 import java.nio.charset.UnsupportedCharsetException;
2465 }catch(UnsupportedCharsetException ex){ in TestAllNames()
2618 }catch(UnsupportedCharsetException ex){ in TestUTF32BOM()
5499 } catch (UnsupportedCharsetException ex) { in TestCharsetICUCodeCoverage()