Package com.ibm.icu.text
Class StringSearch.CEBuffer
- java.lang.Object
-
- com.ibm.icu.text.StringSearch.CEBuffer
-
- Enclosing class:
- StringSearch
private static class StringSearch.CEBuffer extends java.lang.Object
CEBuffer A circular buffer of CEs from the text being searched
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StringSearch.CEI[]
buf_
(package private) int
bufSize_
(package private) static int
CEBUFFER_EXTRA
(package private) int
firstIx_
(package private) int
limitIx_
(package private) static int
MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L
(package private) static int
MAX_TARGET_IGNORABLES_PER_PAT_OTHER
(package private) StringSearch
strSearch_
-
Constructor Summary
Constructors Constructor Description CEBuffer(StringSearch ss)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (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 Detail
-
CEBUFFER_EXTRA
static final int CEBUFFER_EXTRA
- See Also:
- Constant Field Values
-
MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L
static final int MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L
- See Also:
- Constant Field Values
-
MAX_TARGET_IGNORABLES_PER_PAT_OTHER
static final int MAX_TARGET_IGNORABLES_PER_PAT_OTHER
- See Also:
- Constant Field Values
-
buf_
StringSearch.CEI[] buf_
-
bufSize_
int bufSize_
-
firstIx_
int firstIx_
-
limitIx_
int limitIx_
-
strSearch_
StringSearch strSearch_
-
-
Constructor Detail
-
CEBuffer
CEBuffer(StringSearch ss)
-
-
Method Detail
-
get
StringSearch.CEI get(int index)
-
getPrevious
StringSearch.CEI getPrevious(int index)
-
MIGHT_BE_JAMO_L
static boolean MIGHT_BE_JAMO_L(char c)
-
-