Home | History | Annotate | Download | only in util

Lines Matching defs:StringUtil

58     public static final String ENCODING = System.getProperty("org.eclipse.jetty.util.UrlEncoding.charset",StringUtil.__UTF8);
589 InputStreamReader input = new InputStreamReader(in,StringUtil.__UTF16);
593 decodeTo(buf.getBuffer().toString(),map,StringUtil.__UTF16,maxKeys);
609 if (StringUtil.__UTF8.equalsIgnoreCase(charset))
615 if (StringUtil.__ISO_8859_1.equals(charset))
621 if (StringUtil.__UTF16.equalsIgnoreCase(charset)) // Should be all 2 byte encodings
727 if (charset==null || StringUtil.isUTF8(charset))