Home | History | Annotate | Download | only in net

Lines Matching refs:encodedKey

1641         String encodedKey;
1643 encodedKey = URLEncoder.encode(key, DEFAULT_ENCODING);
1660 if (separator - start == encodedKey.length()
1661 && query.regionMatches(start, encodedKey, 0, encodedKey.length())) {
1705 final String encodedKey = encode(key, null);
1717 if (separator - start == encodedKey.length()
1718 && query.regionMatches(start, encodedKey, 0, encodedKey.length())) {