Class StringSearch.CEBuffer

java.lang.Object
com.ibm.icu.text.StringSearch.CEBuffer
Enclosing class:
StringSearch

private static class StringSearch.CEBuffer extends Object
CEBuffer A circular buffer of CEs from the text being searched
  • 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_

    • bufSize_

      int bufSize_
    • firstIx_

      int firstIx_
    • limitIx_

      int limitIx_
    • strSearch_

      StringSearch strSearch_
  • Constructor Details

  • Method Details