Home | History | Annotate | Download | only in lang

Lines Matching defs:MAX_VALUE

48  * In particular, {@link Character#MAX_VALUE} is still a char with the value U+FFFF,
49 * while the {@link UCharacter#MAX_VALUE} is an int with the value U+10FFFF.
2510 if (ch > MAX_VALUE) {
3645 * <p>Up-to-date Unicode implementation of {@link Character#MAX_VALUE}
3650 public static final int MAX_VALUE = Character.MAX_CODE_POINT;
4254 if (ch < MIN_VALUE || ch > MAX_VALUE) {
4326 ch <= UCharacter.MAX_VALUE;
4467 * <li> Out of bounds, less than 0 or greater than UCharacter.MAX_VALUE
4490 return (ch <= MAX_VALUE);
4497 * <li> Out of bounds, less than 0 or greater than UCharacter.MAX_VALUE
4533 * UCharacter.MIN_VALUE and UCharacter.MAX_VALUE or does not have a name.
4605 * UCharacter.MIN_VALUE and UCharacter.MAX_VALUE or does not have a name.
5454 * UCharacter.MIN_VALUE to UCharacter.MAX_VALUE.
5522 if (ch < MIN_VALUE || ch > MAX_VALUE) {