Home
last modified time | relevance | path

Searched refs:MIN_HIGH (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java37 private static final char MIN_HIGH = '\uD800'; field in Supplementary
80 if (Character.MIN_HIGH_SURROGATE != MIN_HIGH) { in testConstants()
81 constantError("MIN_HIGH_SURROGATE", Character.MIN_HIGH_SURROGATE, MIN_HIGH); in testConstants()
92 if (Character.MIN_SURROGATE != MIN_HIGH) { in testConstants()
93 constantError("MIN_SURROGATE", Character.MIN_SURROGATE, MIN_HIGH); in testConstants()
179 boolean isHigh = i >= MIN_HIGH && i <= MAX_HIGH; in test01()
242 int nCodeUnits = Character.MAX_VALUE + 1 - (MAX_LOW - MIN_HIGH + 1) in test01()
267 if (cp == MIN_HIGH) { in test02()
283 cp = MIN_HIGH - 1; in test02()
312 if (cp == MIN_HIGH) { in test03()
[all …]