Searched refs:suppl (Results 1 – 2 of 2) sorted by relevance
318 int suppl = Character.MIN_SUPPLEMENTARY_CODE_POINT; in testDontReadOutOfBoundsTrailingSurrogate() local319 sb.appendCodePoint(suppl); in testDontReadOutOfBoundsTrailingSurrogate()320 check(sb.codePointAt(0) != (int) suppl, in testDontReadOutOfBoundsTrailingSurrogate()321 "codePointAt(0)", sb.codePointAt(0), suppl); in testDontReadOutOfBoundsTrailingSurrogate()325 check(sb.codePointAt(0) != Character.highSurrogate(suppl), in testDontReadOutOfBoundsTrailingSurrogate()327 sb.codePointAt(0), Character.highSurrogate(suppl)); in testDontReadOutOfBoundsTrailingSurrogate()
137 // Android-removed: Unclear why suppl char shouldn't match