Uses of Enum
com.helger.commons.text.codepoint.ECodepointProfile
Packages that use ECodepointProfile
-
Uses of ECodepointProfile in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint that return ECodepointProfileModifier and TypeMethodDescriptionstatic ECodepointProfileReturns the enum constant of this type with the specified name.static ECodepointProfile[]ECodepointProfile.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.text.codepoint with parameters of type ECodepointProfileModifier and TypeMethodDescriptionstatic voidCodepointHelper.verify(char[] aArray, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper.verify(AbstractCodepointIterator aIter, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified filterstatic voidCodepointHelper.verify(String sStr, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper.verifyNot(char[] aArray, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper.verifyNot(ICodepointIterator aIter, ECodepointProfile eProfile) Verifies a sequence of codepoints using the specified profile