Searched defs:isPair (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DSurrogate.java124 private boolean isPair; field in class:Surrogate.Parser
138 public boolean isPair() { method in class:Surrogate.Parser
140 return isPair;
149 return isPair ? 2 : 1;
167 return CoderResult.unmappableForLength(isPair ? 2 : 1);
178 * @returns Either a parsed UCS-4 character, in which case the isPair()
192 isPair = true;
204 isPair = false;
219 * @returns Either a parsed UCS-4 character, in which case the isPair()
234 isPair
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/util/
H A DSurrogate.java117 private boolean isPair; field in class:Surrogate.Parser
130 public boolean isPair() { method in class:Surrogate.Parser
131 return isPair;
139 return isPair ? 2 : 1;
155 return CoderResult.unmappableForLength(isPair ? 2 : 1);
166 * @return Either a parsed UCS-4 character, in which case the isPair()
180 isPair = true;
192 isPair = false;
207 * @return Either a parsed UCS-4 character, in which case the isPair()
221 isPair
[all...]

Completed in 296 milliseconds