| Package | Description |
|---|---|
| com.phloc.commons.i18n |
| Modifier and Type | Method and Description |
|---|---|
static Codepoint |
CodepointUtils.codepointAt(CharSequence s,
int i)
Return the codepoint at the given location, automatically dealing with
surrogate pairs
|
Codepoint |
ICodepointIterator.next() |
Codepoint |
DelegatingCodepointIterator.next() |
Codepoint |
CodepointIteratorRestricted.next() |
Codepoint |
Codepoint.next()
Get the next codepoint
|
Codepoint |
AbstractCodepointIterator.next() |
Codepoint |
ICodepointIterator.peek() |
Codepoint |
DelegatingCodepointIterator.peek() |
Codepoint |
AbstractCodepointIterator.peek() |
Codepoint |
ICodepointIterator.peek(int index) |
Codepoint |
DelegatingCodepointIterator.peek(int index) |
Codepoint |
AbstractCodepointIterator.peek(int index) |
Codepoint |
Codepoint.previous()
Get the previous codepoint
|
| Modifier and Type | Method and Description |
|---|---|
int |
Codepoint.compareTo(Codepoint o) |
static void |
CodepointUtils.insert(CharSequence s,
int i,
Codepoint c)
Insert a codepoint into the buffer, automatically dealing with surrogate
pairs
|
static boolean |
CodepointUtils.isAlpha(Codepoint codepoint)
True if the codepoint is part of the ASCII alphabet (a-z, A-Z)
|
static boolean |
CodepointUtils.isAlphaDigit(Codepoint codepoint)
True if isAlpha and isDigit both return true
|
static boolean |
CodepointUtils.isBidi(Codepoint codepoint)
True if the codepoint is a bidi control character
|
static boolean |
CodepointUtils.isDigit(Codepoint codepoint)
True if the codepoint is a digit
|
static void |
CodepointUtils.setChar(CharSequence s,
int i,
Codepoint c)
Set the character at a given location, automatically dealing with surrogate
pairs
|
| Constructor and Description |
|---|
Codepoint(Codepoint aCodepoint)
Create a codepoint as a copy of another codepoint
|
Copyright © 2006–2014 phloc systems. All rights reserved.