| Package | Description |
|---|---|
| com.phloc.commons.i18n |
| Modifier and Type | Method and Description |
|---|---|
static ECodepointProfile |
ECodepointProfile.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CodepointUtils.verify(AbstractCodepointIterator ci,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified filter
|
static void |
CodepointUtils.verify(char[] s,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointUtils.verify(String s,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointUtils.verifyNot(char[] array,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointUtils.verifyNot(ICodepointIterator ci,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified profile
|
Copyright © 2006–2014 phloc systems. All rights reserved.