Searched refs:encode (Results 1 - 4 of 4) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java77 final ByteBuffer utf16str = Charset.forName("UTF-16").encode("hello");
91 final ByteBuffer utf16str = Charset.forName("UTF-16").encode("hello");
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java159 desc.put(revision, Util.encode(description));
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java419 public static String encode(String s) { method in class:Util
564 * @see URLEncoder#encode(String, String)
568 return q == null ? "" : URLEncoder.encode(q, "UTF-8");
571 Logger.getLogger(EftarFileReader.class.getName()).log(Level.WARNING, "Failed to URL-encode UTF-8: ", e);
596 * URI encode the given path.
597 * @param path path to encode.
603 // encode the paths. We're aware of the following two methods:
605 // 1) URLEncoder.encode() - this method however transforms space to +
613 // For now, encode manually the way we want it.
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 387 milliseconds