HomeSort by relevance Sort by last modified time
    Searched defs:IN_TEXT (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 48 IN_TEXT, IN_TAG, IN_COMMENT, IN_CDATA
192 state = State.IN_TEXT;
203 case IN_TEXT:
206 X.assertTrue(pos > i || state != State.IN_TEXT); // Must make progress.
216 state = State.IN_TEXT;
652 state = State.IN_TEXT;
674 state = State.IN_TEXT;
717 // return to State.IN_TEXT. We mimic Safari & Firefox, which both
722 state = State.IN_TEXT;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-asm.c 669 #define IN_TEXT 0
679 int state = IN_TEXT;
689 case IN_TEXT:
702 state = IN_TEXT;
727 state = IN_TEXT;
773 #undef IN_TEXT
    [all...]

Completed in 256 milliseconds