Searched refs:flag2 (Results 1 – 2 of 2) sorted by relevance
2337 final int flag2 = span2.getFlags(); in compare() local2338 if (flag1 != flag2) { in compare()2341 final boolean easy2 = (flag2 & SuggestionSpan.FLAG_EASY_CORRECT) != 0; in compare()2343 final boolean misspelled2 = (flag2 & SuggestionSpan.FLAG_MISSPELLED) != 0; in compare()
1722 <code>flag1</code> and <code>flag2</code> are false:</p>1731 if (flag2 == false)<br />1733 <td><code>flag2 = true<br />1739 <p><code>flag1</code> and <code>flag2</code> are declared as volatile boolean1766 <code>flag2</code> are volatile, and volatile accesses are considered1795 example) the write to flag1 is observed before the read of flag2. We could