Searched refs:endOfSection (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DManifestDigester.java49 int endOfSection; // end of section, not including the blank line field in class:ManifestDigester.Position
87 pos.endOfSection = i;
89 pos.endOfSection = last;
122 new Entry(0, pos.endOfSection + 1, pos.startOfNext, rawBytes));
127 int sectionLen = pos.endOfSection-start+1;

Completed in 223 milliseconds