Lines Matching defs:isPair
124 private boolean isPair;
138 public boolean isPair() {
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 = true;
246 isPair = false;