Searched refs:unquote (Results 1 – 7 of 7) sorted by relevance
177 assertEquals(null, Utils.unquote(null)); in testUnquote()185 assertEquals(unquoted, Utils.unquote(quoted)); in testUnquote()186 assertEquals(quoted, Utils.unquote(twiceQuoted)); in testUnquote()187 assertEquals(unclosedQuoted, Utils.unquote(unclosedQuoted)); in testUnquote()188 assertEquals(unclosedQuoted, Utils.unquote(quotedUnclosedQuoted)); in testUnquote()
81 provisioningStatus = unquote(getString(wrappedData, OmtpConstants.PROVISIONING_STATUS)); in StatusMessage()97 private static String unquote(String string) { in unquote() method in StatusMessage
298 public static String unquote(String s) { in unquote() method in Utils
3093 Landroid/icu/text/DecimalFormat_ICU58_Android;->unquote(Ljava/lang/String;)Ljava/lang/String;5146 Landroid/icu/text/TimeZoneFormat;->unquote(Ljava/lang/String;)Ljava/lang/String;