Home | History | Annotate | Download | only in objects

Lines Matching refs:getChars

277   public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin)
279 str().getChars(srcBegin, srcEnd, dst, dstBegin);
1033 this.getChars(0, len, buf, 0);