OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodedchars
(Results
1 - 1
of
1
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/address/
RFC2396UrlDecoder.java
53
byte[]
encodedchars
= new byte[uri.length() / 3];
65
encodedchars
[encodedcharsLength] = x;
76
String translatedPart = new String(
encodedchars
, 0, encodedcharsLength, "UTF-8");
Completed in 571 milliseconds