Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java32 private static final int UNICODE_4 = 0x10ffff; // Arbitrary code point that's 4 bytes in UTF-8. field in UrlComponentEncodingTester
173 map.put( UNICODE_4, Encoding.PERCENT); in map.put() argument