HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 1 - 25 of 28) sorted by null

1 2

  /external/ipsec-tools/src/libipsec/
policy_parse.h 44 PLUS = 260,
63 #define PLUS 260
policy_parse.y 139 %token PRIORITY PLUS
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 182 public static final int PLUS = LexerCore.PLUS;
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
832 case '+' : tokenType = PLUS; break;
992 case PLUS:
993 match(PLUS);
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
832 case '+' : tokenType = PLUS; break;
992 case PLUS:
993 match(PLUS);
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_u7.c 88 #define PLUS 43
256 * A plus sign starts Unicode (or "escape") Mode.
274 } else if(b!=PLUS) {
280 } else /* PLUS */ {
371 /* +- i.e. a minus immediately following a plus */
372 *target++=PLUS;
391 /* include the plus sign in the reported sequence */
393 bytes[0]=PLUS;
399 /* un-read the character in case it is a plus sign */
498 } else if(c==PLUS) {
    [all...]
  /external/icu4c/common/
ucnv_u7.c 88 #define PLUS 43
256 * A plus sign starts Unicode (or "escape") Mode.
274 } else if(b!=PLUS) {
280 } else /* PLUS */ {
371 /* +- i.e. a minus immediately following a plus */
372 *target++=PLUS;
391 /* include the plus sign in the reported sequence */
393 bytes[0]=PLUS;
399 /* un-read the character in case it is a plus sign */
498 } else if(c==PLUS) {
    [all...]
  /external/webkit/WebCore/xml/
XPathGrammar.y 82 %left PLUS MINUS
515 AdditiveExpr PLUS MultiplicativeExpr
XPathParser.cpp 138 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
304 return makeTokenAndAdvance(PLUS);
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 279 macro(PLUS) \
pcre_exec.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 94 #define PLUS 0x002B
    [all...]
vtzone.cpp 36 static const UChar PLUS = 0x2B; /* + */
96 if (str.charAt(start) == PLUS) {
303 if (s == PLUS) {
336 str.append(PLUS);
451 if (value.charAt(0) == PLUS) {
    [all...]
  /external/icu4c/i18n/
timezone.cpp 95 #define PLUS 0x002B
    [all...]
vtzone.cpp 36 static const UChar PLUS = 0x2B; /* + */
96 if (str.charAt(start) == PLUS) {
303 if (s == PLUS) {
336 str.append(PLUS);
451 if (value.charAt(0) == PLUS) {
    [all...]
  /external/qemu/android/skin/
keyset.c 97 _KEYSYM1_(PLUS) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 64 OP(PLUS, "+") /* math */ \
279 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 64 OP(PLUS, "+") /* math */ \
279 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /external/qemu/android/
hw-events.h 284 KEY_CODE(PLUS ,243) \
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 

Completed in 1580 milliseconds

1 2