Home
last modified time | relevance | path

Searched defs:UNICODE_3 (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java31 private static final int UNICODE_3 = 0xffff; // Arbitrary code point that's 3 bytes in UTF-8. field in UrlComponentEncodingTester
172 map.put( UNICODE_3, Encoding.PERCENT); in map.put() argument