MCPcopy Create free account
hub / github.com/SPLWare/esProc / unicode

Method unicode

src/main/java/com/scudata/common/StringUtils.java:438–510  ·  view source on GitHub ↗

将\uxxxx转换为unicode字符,并对'\\','\t','\n','\r','\f'进行处理 @params s 需要处理的字符串 @params sb 追加处理结果的缓冲区 @return 若sb!=null则返回sb,否则返回追加了处理结果的新StringBuffer

(String s, StringBuffer sb)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

calculateMethod · 0.95
parseMethod · 0.95

Calls 3

appendMethod · 0.65
toStringMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected