Home
last modified time | relevance | path

Searched refs:QUESTION (Results 1 – 25 of 51) sorted by relevance

123

/external/smack/src/org/xbill/DNS/
DSection.java14 public static final int QUESTION = 0; field in Section
44 sections.add(QUESTION, "qd"); in sections.add() argument
49 longSections[QUESTION] = "QUESTIONS";
DMessage.java84 m.addRecord(r, Section.QUESTION); in newQuery()
256 List l = sections[Section.QUESTION]; in getQuestion()
550 if (i == Section.QUESTION) { in sectionToString()
DUpdate.java32 addRecord(soa, Section.QUESTION); in Update()
DRecord.java187 if (section == Section.QUESTION) in fromWire()
217 if (section == Section.QUESTION) in toWire()
DSimpleResolver.java344 response.addRecord(query.getQuestion(), Section.QUESTION); in sendAXFR()
/external/nist-sip/java/gov/nist/core/
DSeparators.java51 public static final String QUESTION = "?"; field
DGenericObjectList.java76 protected static final String QUESTION = Separators.QUESTION; field in GenericObjectList
DHostNameParser.java225 int hostEnd = uriHeader.indexOf(Lexer.QUESTION); in isIPv6Address()
DGenericObject.java63 protected static final String QUESTION = Separators.QUESTION; field in GenericObject
DLexerCore.java81 public static final int QUESTION = (int) '?'; field in LexerCore
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_tab.h181 QUESTION = 382 enumerator
Dglslang.l374 "?" { return QUESTION; }
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g640 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a1.tree);}
644 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a2.tree);}
676 if ( LA(1)==OR || (LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR) )
682 if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR))
782 ( QUESTION
874 ( QUESTION
966 ( QUESTION
1098 QUESTION : '?' ;
/external/deqp/framework/randomshaders/
DrsgToken.hpp69 QUESTION, enumerator
/external/chromium_org/third_party/icu/source/test/intltest/
Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR,… enumerator
830 case '?' : tokenType = QUESTION; break; in getNextToken()
979 case QUESTION: in repeat()
980 match(QUESTION); in repeat()
1105 case QUESTION: in modified()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java205 public static final int QUESTION = (int) '?'; field
/external/chromium_org/third_party/icu/source/data/translit/
DArabic_Latin.txt23 ؟ ↔ '?' ; # ARABIC QUESTION MARK
DLatin_ASCII.txt588 ⁇ → '??' ; # 2047;DOUBLE QUESTION MARK (compat)
589 ⁈ → '?!' ; # 2048;QUESTION EXCLAMATION MARK (compat)
590 ⁉ → '!?' ; # 2049;EXCLAMATION QUESTION MARK (compat)
610 ︖ → '?' ; # FE16;PRESENTATION FORM FOR VERTICAL QUESTION MARK (compat)
630 ﹖ → '?' ; # FE56;SMALL QUESTION MARK (compat)
666 ? → '?' ; # FF1F;FULLWIDTH QUESTION MARK (compat)
DPersian_Latin_BGN.txt22 ؟ ↔ '?' ; # ARABIC QUESTION MARK
DArabic_Latin_BGN.txt22 ؟ ↔ '?' ; # ARABIC QUESTION MARK
DPashto_Latin_BGN.txt22 ؟ ↔ '?' ; # ARABIC QUESTION MARK
/external/icu/icu4c/source/data/translit/
DArabic_Latin.txt23 ؟ ↔ '?' ; # ARABIC QUESTION MARK
DLatin_ASCII.txt588 ⁇ → '??' ; # 2047;DOUBLE QUESTION MARK (compat)
589 ⁈ → '?!' ; # 2048;QUESTION EXCLAMATION MARK (compat)
590 ⁉ → '!?' ; # 2049;EXCLAMATION QUESTION MARK (compat)
610 ︖ → '?' ; # FE16;PRESENTATION FORM FOR VERTICAL QUESTION MARK (compat)
630 ﹖ → '?' ; # FE56;SMALL QUESTION MARK (compat)
666 ? → '?' ; # FF1F;FULLWIDTH QUESTION MARK (compat)
DArabic_Latin_BGN.txt22 ؟ ↔ '?' ; # ARABIC QUESTION MARK
DPersian_Latin_BGN.txt22 ؟ ↔ '?' ; # ARABIC QUESTION MARK

123