Class UnicodeProperties
java.lang.Object
com.oracle.truffle.regex.charset.UnicodeProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intExposeblk=unicode block ranges.static final intMatch all unicode property names in case-insensitive mode.static final intExpose "Other" unicode properties, seeOTHER_PROPERTIES_NAMES. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String propertySpec) getPropertyOfStrings(String propertySpec) booleanisSupportedBlock(String blockName) booleanisSupportedGeneralCategory(String generalCategoryName) booleanisSupportedProperty(String propertyName) booleanisSupportedScript(String scriptName)
-
Field Details
-
CASE_INSENSITIVE
public static final int CASE_INSENSITIVEMatch all unicode property names in case-insensitive mode.- See Also:
-
BLOCKS
public static final int BLOCKSExposeblk=unicode block ranges.- See Also:
-
OTHER_PROPERTIES
public static final int OTHER_PROPERTIESExpose "Other" unicode properties, seeOTHER_PROPERTIES_NAMES.- See Also:
-
-
Constructor Details
-
UnicodeProperties
-
-
Method Details
-
getProperty
-
getPropertyOfStrings
-
isSupportedProperty
-
isSupportedGeneralCategory
-
isSupportedScript
-
isSupportedBlock
-