Top Description Constructors Methods
jdk.internal.util.regex

pack-priv final Class IndicConjunctBreak

extends Object
Class Inheritance

Helper class for supporting the GB9c rule in Unicode Text Segmentation TR29
GB9c Do not break within certain combinations with Indic_Conjunct_Break (InCB)=Linker. \p{InCB=Consonant} [ \p{InCB=Extend} \p{InCB=Linker} ]* \p{InCB=Linker} [ \p{InCB=Extend} \p{InCB=Linker} ]* x \p{InCB=Consonant}*
Code point conditions included in this class are derived from the "Derived Property: Indic_Conjunct_Break" section in DerivedCoreProperties.txt of the Unicode Character Database.

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv static boolean
isConsonant(int cp)

pack-priv static boolean
isExtend(int cp)

pack-priv static boolean
isLinker(int cp)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

IndicConjunctBreakback to summary
pack-priv IndicConjunctBreak()

Method Detail

isConsonantback to summary
pack-priv static boolean isConsonant(int cp)
isExtendback to summary
pack-priv static boolean isExtend(int cp)
isLinkerback to summary
pack-priv static boolean isLinker(int cp)