Searched refs:unquote (Results 1 – 3 of 3) 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
28473 Landroid/icu/text/DecimalFormat_ICU58_Android;->unquote(Ljava/lang/String;)Ljava/lang/String;30526 Landroid/icu/text/TimeZoneFormat;->unquote(Ljava/lang/String;)Ljava/lang/String;