Searched refs:ncb (Results 1 – 1 of 1) sorted by relevance
160 char ncb[] = new char[nlength]; in fill() local161 System.arraycopy(cb, markedChar, ncb, 0, delta); in fill()162 cb = ncb; in fill()