Package com.google.re2j
Class Unicode
- java.lang.Object
-
- com.google.re2j.Unicode
-
class Unicode extends java.lang.ObjectUtilities for dealing with Unicode better than Java does.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intMAX_ASCII(package private) static intMAX_FOLD(package private) static intMAX_LATIN1(package private) static intMAX_RUNE(package private) static intMIN_FOLD
-
Constructor Summary
Constructors Modifier Constructor Description privateUnicode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleanis(int[][] ranges, int r)private static booleanis32(int[][] ranges, int r)(package private) static booleanisPrint(int r)(package private) static booleanisUpper(int r)(package private) static intsimpleFold(int r)
-
-
-
Field Detail
-
MAX_RUNE
static final int MAX_RUNE
- See Also:
- Constant Field Values
-
MAX_ASCII
static final int MAX_ASCII
- See Also:
- Constant Field Values
-
MAX_LATIN1
static final int MAX_LATIN1
- See Also:
- Constant Field Values
-
MIN_FOLD
static final int MIN_FOLD
- See Also:
- Constant Field Values
-
MAX_FOLD
static final int MAX_FOLD
- See Also:
- Constant Field Values
-
-