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

  /external/nist-sip/java/gov/nist/core/
LexerCore.java 96 protected void addKeyword(String name, int value) {
97 // System.out.println("addKeyword " + name + " value = " + value);
  /external/icu4c/common/
uloc.cpp 629 * Both addKeyword and addValue must already be in canonical form.
630 * Either both addKeyword and addValue are NULL, or neither is NULL.
632 * If addKeyword is not NULL is must have length small enough to fit in KeywordStruct.keyword.
640 const char* addKeyword,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 99 addKeyword(TokenNames.REGISTER, TokenTypes.REGISTER);
100 addKeyword(TokenNames.ACK, TokenTypes.ACK);
101 addKeyword(TokenNames.OPTIONS, TokenTypes.OPTIONS);
102 addKeyword(TokenNames.BYE, TokenTypes.BYE);
103 addKeyword(TokenNames.INVITE, TokenTypes.INVITE);
104 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
105 addKeyword(TokenNames.SIPS.toUpperCase(), TokenTypes.SIPS);
106 addKeyword(TokenNames.SUBSCRIBE, TokenTypes.SUBSCRIBE);
107 addKeyword(TokenNames.NOTIFY, TokenTypes.NOTIFY);
108 addKeyword(TokenNames.MESSAGE, TokenTypes.MESSAGE)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 157 milliseconds