Package com.ibm.icu.text
Class StringSearch.CEBuffer
java.lang.Object
com.ibm.icu.text.StringSearch.CEBuffer
- Enclosing class:
- StringSearch
CEBuffer A circular buffer of CEs from the text being searched
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringSearch.CEI[]
(package private) int
(package private) static final int
(package private) int
(package private) int
(package private) static final int
(package private) static final int
(package private) StringSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringSearch.CEI
get
(int index) (package private) StringSearch.CEI
getPrevious
(int index) (package private) static boolean
MIGHT_BE_JAMO_L
(char c)
-
Field Details
-
CEBUFFER_EXTRA
static final int CEBUFFER_EXTRA- See Also:
-
MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L
static final int MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L- See Also:
-
MAX_TARGET_IGNORABLES_PER_PAT_OTHER
static final int MAX_TARGET_IGNORABLES_PER_PAT_OTHER- See Also:
-
buf_
StringSearch.CEI[] buf_ -
bufSize_
int bufSize_ -
firstIx_
int firstIx_ -
limitIx_
int limitIx_ -
strSearch_
StringSearch strSearch_
-
-
Constructor Details
-
CEBuffer
CEBuffer(StringSearch ss)
-
-
Method Details
-
get
-
getPrevious
-
MIGHT_BE_JAMO_L
static boolean MIGHT_BE_JAMO_L(char c)
-