Searched refs:unquote (Results 1 – 2 of 2) sorted by relevance
161 assertEquals(null, Utils.unquote(null)); in testUnquote()169 assertEquals(unquoted, Utils.unquote(quoted)); in testUnquote()170 assertEquals(quoted, Utils.unquote(twiceQuoted)); in testUnquote()171 assertEquals(unclosedQuoted, Utils.unquote(unclosedQuoted)); in testUnquote()172 assertEquals(unclosedQuoted, Utils.unquote(quotedUnclosedQuoted)); in testUnquote()
322 public static String unquote(String s) { in unquote() method in Utils