Searched defs:decoded (Results 1 – 3 of 3) sorted by relevance
350 String decoded = ""; in decodeUTF8String() local363 String decoded = ""; in decodeUCS2String() local388 String decoded = original; in decodeString() local
1804 StringBuilder decoded = null; in decode() local1907 volatile String decoded; field in Uri.AbstractPart1909 AbstractPart(String encoded, String decoded) { in AbstractPart()1957 private Part(String encoded, String decoded) { in Part()2006 static Part fromDecoded(String decoded) { in fromDecoded()2016 static Part from(String encoded, String decoded) { in from()2061 private PathPart(String encoded, String decoded) { in PathPart()2148 static PathPart appendDecodedSegment(PathPart oldPart, String decoded) { in appendDecodedSegment()2183 static PathPart fromDecoded(String decoded) { in fromDecoded()2193 static PathPart from(String encoded, String decoded) { in from()
241 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128); in testDecode() local