Searched refs:_codep (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
H A DUtf8Appendable.java85 private int _codep; field in class:Utf8Appendable
155 _codep = _state == UTF8_ACCEPT ? (0xFF >> type) & i : (i & 0x3F) | (_codep << 6);
162 if (_codep < Character.MIN_HIGH_SURROGATE)
164 _appendable.append((char)_codep);
168 for (char c : Character.toChars(_codep))
175 _codep=0;
204 _codep=0;
222 _codep=0;

Completed in 100 milliseconds