Searched refs:bufSize_ (Results 1 – 1 of 1) sorted by relevance
1855 int bufSize_; field in StringSearch.CEBuffer1866 bufSize_ = ss.pattern_.PCELength_ + CEBUFFER_EXTRA; in CEBuffer()1873 bufSize_ += MAX_TARGET_IGNORABLES_PER_PAT_JAMO_L; in CEBuffer()1876 bufSize_ += MAX_TARGET_IGNORABLES_PER_PAT_OTHER; in CEBuffer()1892 buf_ = new CEI[bufSize_]; in CEBuffer()1902 int i = index % bufSize_; in get()1921 if (limitIx_ - firstIx_ >= bufSize_) { in get()1944 int i = index % bufSize_; in getPrevious()1963 if (limitIx_ - firstIx_ >= bufSize_) { in getPrevious()