Searched defs:skipCount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
H A DTextUtilities.java371 // 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) { argument
463 skipCount[0] = 0;
482 skipCount[0] = entityLength;
498 skipCount[0] = entityLength;

Completed in 52 milliseconds