MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / unicodeToUTF

Method unicodeToUTF

src/main/java/util/Strconv.java:172–174  ·  view source on GitHub ↗
(String src)

Source from the content-addressed store, hash-verified

170 }
171
172 public static String unicodeToUTF(String src) {
173 return toUTFSb(new StringBuffer(src)).toString();
174 }
175
176 public static String toLowerCase(String src){
177 StringBuffer dst=new StringBuffer(src);

Callers 5

jabberIqAuthMethod · 0.95
blockArrivedMethod · 0.95
initMethod · 0.95
responseMethod · 0.95
initMethod · 0.95

Calls 2

toUTFSbMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected