|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Codepoint | |
---|---|
org.apache.abdera.i18n.text |
Uses of Codepoint in org.apache.abdera.i18n.text |
---|
Methods in org.apache.abdera.i18n.text that return Codepoint | |
---|---|
Codepoint |
Codepoint.clone()
|
static Codepoint |
CharUtils.codepointAt(CharSequence s,
int i)
Return the codepoint at the given location, automatically dealing with surrogate pairs |
static Codepoint |
CharUtils.codepointAt(String s,
int i)
Return the codepoint at the given location, automatically dealing with surrogate pairs |
Codepoint |
DelegatingCodepointIterator.next()
|
Codepoint |
CodepointIterator.next()
Return the next codepoint |
Codepoint |
CodepointIterator.RestrictedCodepointIterator.next()
|
Codepoint |
Codepoint.next()
Get the next codepoint |
Codepoint |
DelegatingCodepointIterator.peek()
|
Codepoint |
CodepointIterator.peek()
Peek the next codepoint |
Codepoint |
DelegatingCodepointIterator.peek(int index)
|
Codepoint |
CodepointIterator.peek(int index)
Peek the specified codepoint |
Codepoint |
Codepoint.previous()
Get the previous codepoint |
static Codepoint |
CharUtils.toSupplementary(char high,
char low)
Converts the high and low surrogate into a supplementary codepoint |
Methods in org.apache.abdera.i18n.text with parameters of type Codepoint | |
---|---|
static void |
CharUtils.append(Appendable buf,
Codepoint c)
Append the specified codepoint to the buffer, automatically handling surrogate pairs |
int |
Codepoint.compareTo(Codepoint o)
|
static void |
CharUtils.insert(CharSequence s,
int i,
Codepoint c)
Insert a codepoint into the buffer, automatically dealing with surrogate pairs |
static boolean |
CharUtils.isAlpha(Codepoint codepoint)
True if the codepoint is part of the ASCII alphabet (a-z, A-Z) |
static boolean |
CharUtils.isAlphaDigit(Codepoint codepoint)
True if isAlpha and isDigit both return true |
static boolean |
CharUtils.isBidi(Codepoint codepoint)
True if the codepoint is a bidi control character |
static boolean |
CharUtils.isDigit(Codepoint codepoint)
True if the codepoint is a digit |
static boolean |
CharUtils.isValid(Codepoint c)
True if the character is a valid unicode codepoint |
static int |
CharUtils.length(Codepoint c)
Return the number of characters used to represent the codepoint (will return 1 or 2) |
static void |
CharUtils.setChar(CharSequence s,
int i,
Codepoint c)
Set the character at a given location, automatically dealing with surrogate pairs |
Constructors in org.apache.abdera.i18n.text with parameters of type Codepoint | |
---|---|
Codepoint(Codepoint codepoint)
Create a codepoint as a copy of another codepoint |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |