Package com.ibm.icu.impl
Class UCharacterProperty.LayoutProps
- java.lang.Object
-
- com.ibm.icu.impl.UCharacterProperty.LayoutProps
-
- Enclosing class:
- UCharacterProperty
private static final class UCharacterProperty.LayoutProps extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
UCharacterProperty.LayoutProps.IsAcceptable
-
Field Summary
Fields Modifier and Type Field Description private static int
DATA_FORMAT
(package private) CodePointTrie
inpcTrie
(package private) CodePointTrie
inscTrie
(package private) static UCharacterProperty.LayoutProps
INSTANCE
private static UCharacterProperty.LayoutProps.IsAcceptable
IS_ACCEPTABLE
private static int
IX_INPC_TRIE_TOP
private static int
IX_INSC_TRIE_TOP
private static int
IX_MAX_VALUES
private static int
IX_VO_TRIE_TOP
private static int
MAX_INPC_SHIFT
private static int
MAX_INSC_SHIFT
private static int
MAX_VO_SHIFT
(package private) int
maxInpcValue
(package private) int
maxInscValue
(package private) int
maxVoValue
(package private) CodePointTrie
voTrie
-
Constructor Summary
Constructors Constructor Description LayoutProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnicodeSet
addPropertyStarts(int src, UnicodeSet set)
-
-
-
Field Detail
-
IS_ACCEPTABLE
private static final UCharacterProperty.LayoutProps.IsAcceptable IS_ACCEPTABLE
-
DATA_FORMAT
private static final int DATA_FORMAT
- See Also:
- Constant Field Values
-
IX_INPC_TRIE_TOP
private static final int IX_INPC_TRIE_TOP
- See Also:
- Constant Field Values
-
IX_INSC_TRIE_TOP
private static final int IX_INSC_TRIE_TOP
- See Also:
- Constant Field Values
-
IX_VO_TRIE_TOP
private static final int IX_VO_TRIE_TOP
- See Also:
- Constant Field Values
-
IX_MAX_VALUES
private static final int IX_MAX_VALUES
- See Also:
- Constant Field Values
-
MAX_INPC_SHIFT
private static final int MAX_INPC_SHIFT
- See Also:
- Constant Field Values
-
MAX_INSC_SHIFT
private static final int MAX_INSC_SHIFT
- See Also:
- Constant Field Values
-
MAX_VO_SHIFT
private static final int MAX_VO_SHIFT
- See Also:
- Constant Field Values
-
INSTANCE
static final UCharacterProperty.LayoutProps INSTANCE
-
inpcTrie
CodePointTrie inpcTrie
-
inscTrie
CodePointTrie inscTrie
-
voTrie
CodePointTrie voTrie
-
maxInpcValue
int maxInpcValue
-
maxInscValue
int maxInscValue
-
maxVoValue
int maxVoValue
-
-
Method Detail
-
addPropertyStarts
public UnicodeSet addPropertyStarts(int src, UnicodeSet set)
-
-