Home | History | Annotate | Download | only in utility

Lines Matching refs:skipCount

371         // skipCount is an array of a single int; that int is set inside stripHtmlEntity and is
375 int[] skipCount = new int[1];
428 c = stripHtmlEntity(text, i, skipCount);
429 i += skipCount[0];
459 static /*package*/ char stripHtmlEntity(String text, int pos, int[] skipCount) {
463 skipCount[0] = 0;
482 skipCount[0] = entityLength;
498 skipCount[0] = entityLength;