Home | History | Annotate | Download | only in charset

Lines Matching defs:canEncode

919     private boolean canEncode(CharBuffer cb) {
954 * surrogate. The {@link #canEncode(java.lang.CharSequence)
955 * canEncode(CharSequence)} method may be used to test whether or not a
974 public boolean canEncode(char c) {
978 return canEncode(cb);
1006 public boolean canEncode(CharSequence cs) {
1014 return canEncode(cb);