HomeSort by relevance Sort by last modified time
    Searched full:incomment (Results 1 - 15 of 15) sorted by null

  /external/expat/xmlwf/
xmlmime.c 7 /* inComment means one level of nesting; inComment+1 means two levels etc */
8 enum { inAtom, inString, init, inComment };
ct.c 6 enum { inAtom, inString, init, inComment };
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 35 int INCOMMENT = 2;
AddressListParser.jj 526 "(" : INCOMMENT
529 <INCOMMENT>
539 <INCOMMENT>
552 | ")" { --commentNest; if (commentNest == 0) SwitchTo(INCOMMENT); }
AddressListParserTokenManager.java 722 "INCOMMENT",
969 --commentNest; if (commentNest == 0) SwitchTo(INCOMMENT);
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 31 int INCOMMENT = 1;
ContentTypeParserTokenManager.java 609 "INCOMMENT",
843 --commentNest; if (commentNest == 0) SwitchTo(INCOMMENT);
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 31 int INCOMMENT = 1;
DateTimeParserTokenManager.java 648 "INCOMMENT",
876 --commentNest; if (commentNest == 0) SwitchTo(INCOMMENT);
  /external/webkit/WebCore/html/
HTMLTokenizer.h 277 bool inComment() const { return testBit(InComment); }
278 void setInComment(bool v) { setBit(InComment, v); }
304 bool needsSpecialWriteHandling() const { return m_bits & (InScript | InStyle | InXmp | InTextArea | InTitle | InIFrame | TagMask | EntityMask | InPlainText | InComment | InDoctype | InServer | InProcessingInstruction | StartTag); }
318 InComment = 1 << 14,
HTMLTokenizer.cpp 343 if (state.inComment())
    [all...]
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 115 my $inComment = 0;
134 if ($inComment) {
136 $inComment = 0;
214 $inComment = 1;
prepare-ChangeLog     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /external/libxml2/
HTMLparser.c 4527 int incomment = 0; local
    [all...]

Completed in 337 milliseconds