Searched refs:MAX_LOW (Results 1 – 1 of 1) sorted by relevance
40 private static final char MAX_LOW = '\uDFFF'; field in Supplementary89 if (Character.MAX_LOW_SURROGATE != MAX_LOW) { in testConstants()90 constantError("MAX_LOW_SURROGATE", Character.MAX_LOW_SURROGATE, MAX_LOW); in testConstants()95 if (Character.MAX_SURROGATE != MAX_LOW) { in testConstants()96 constantError("MAX_SURROGATE", Character.MAX_SURROGATE, MAX_LOW); in testConstants()184 boolean isLow = i >= MIN_LOW && i <= MAX_LOW; in test01()242 int nCodeUnits = Character.MAX_VALUE + 1 - (MAX_LOW - MIN_HIGH + 1) in test01()268 cp = MAX_LOW + 1; in test02()282 if (cp == MAX_LOW) { in test02()313 cp = MAX_LOW + 1; in test03()[all …]