Lines Matching full:multiplemarker
321 int multipleMarker = 0;
332 if (multipleMarker == 0)
333 multipleMarker = 1; // Start of a duplicate index
334 else if (multipleMarker == 1)
335 multipleMarker = 2; // Inside a duplicate index
336 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker);
338 if (multipleMarker == 1)
339 multipleMarker = 2; // Inside a duplicate index
340 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker);
341 multipleMarker = 0; // Not in a duplicate index any more
347 if (multipleMarker == 1)
348 multipleMarker = 2; // Inside a duplicate index
350 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker);
426 public char emitIndexEntry(Index currIndex, char oldsw, int multipleMarker) {
429 return emitClassIndexEntry(currIndex, oldsw, multipleMarker);
431 return emitCtorIndexEntry(currIndex, oldsw, multipleMarker);
433 return emitMethodIndexEntry(currIndex, oldsw, multipleMarker);
435 return emitFieldIndexEntry(currIndex, oldsw, multipleMarker);
488 int multipleMarker) {
506 if (multipleMarker == 1) {
509 if (multipleMarker != 0)
518 if (multipleMarker != 0)
526 if (multipleMarker != 0)
588 public char emitCtorIndexEntry(Index ctor, char oldsw, int multipleMarker) {
609 if (multipleMarker == 1) {
612 if (multipleMarker != 0)
688 int multipleMarker) {
709 if (multipleMarker == 1) {
712 if (multipleMarker != 0)
717 if (multipleMarker == 0) {
728 if (multipleMarker == 0) {
739 if (multipleMarker == 0) {
804 int multipleMarker) {
825 if (multipleMarker == 1) {
828 if (multipleMarker != 0) {
835 if (multipleMarker == 0) {
844 if (multipleMarker == 0) {
853 if (multipleMarker == 0) {
892 int multipleMarker = 0;
903 if (multipleMarker == 0)
904 multipleMarker = 1; // Start of a duplicate index
905 else if (multipleMarker == 1)
906 multipleMarker = 2; // Inside a duplicate index
907 oldsw = emitIndexEntryForAny(currIndex, oldsw, multipleMarker);
909 if (multipleMarker == 1)
910 multipleMarker = 2; // Inside a duplicate index
911 oldsw = emitIndexEntryForAny(currIndex, oldsw, multipleMarker);
912 multipleMarker = 0; // Not in a duplicate index any more
918 if (multipleMarker == 1)
919 multipleMarker = 2; // Inside a duplicate index
921 oldsw = emitIndexEntryForAny(currIndex, oldsw, multipleMarker);
930 int multipleMarker) {
936 return emitClassIndexEntry(currIndex, oldsw, multipleMarker);
939 return emitCtorIndexEntry(currIndex, oldsw, multipleMarker);
942 return emitMethodIndexEntry(currIndex, oldsw, multipleMarker);
945 return emitFieldIndexEntry(currIndex, oldsw, multipleMarker);