HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 26 - 50 of 377) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 74 private static final byte PLUS=43;
222 * A plus sign starts Unicode (or "escape") Mode.
242 } else if ((!useIMAP && b!=PLUS) || (useIMAP && b!=AMPERSAND)) {
254 } else { /* PLUS or (AMPERSAND in IMAP)*/
297 * It may be for example, a plus which we need to deal with in direct mode.
304 /* include the plus sign in the reported sequence, but not the subsequent char */
306 toUBytesArray[0]=PLUS;
324 /* un-read the current character in case it is a plus sign */
409 /* +- i.e. a minus immediately following a plus */
410 target.put(useIMAP ? (char)AMPERSAND : (char)PLUS);
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 299 arith_expr: term ((PLUS|MINUS) term)*
306 : (PLUS|MINUS|TILDE) factor
404 PLUS : '+' ;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 25 PLUS = 14
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 27 PLUS = 14
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 640 {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))
786 | PLUS
878 | PLUS
970 | PLUS
1110 PLUS: '+' ;
  /external/python/cpython2/Lib/
token.py 25 PLUS = 14
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 170 PLUS = 373,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 27 PLUS = 14
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 27 PLUS = 14
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 27 PLUS = 14
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 27 PLUS = 14
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 28 public static final int PLUS=19;
431 // $ANTLR start "PLUS"
434 int _type = PLUS;
449 // $ANTLR end "PLUS"
510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
620 // SimpleC.g:1:87: PLUS
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 28 public static final int PLUS=19;
431 // $ANTLR start "PLUS"
434 int _type = PLUS;
449 // $ANTLR end "PLUS"
510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
620 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:87: PLUS
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
  /external/icu/icu4c/source/common/
ucnv_u7.c 92 #define PLUS 43
260 * A plus sign starts Unicode (or "escape") Mode.
278 } else if(b!=PLUS) {
284 } else /* PLUS */ {
327 * It may be for example, a plus which we need to deal with in direct mode.
333 /* include the plus sign in the reported sequence, but not the subsequent char */
335 bytes[0]=PLUS;
353 /* un-read the current character in case it is a plus sign */
414 /* +- i.e. a minus immediately following a plus */
415 *target++=PLUS;
    [all...]
  /external/deqp/framework/randomshaders/
rsgToken.hpp 65 PLUS,
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 158 #define PLUS (ATPAR + 1) /* postincrement */
160 #define MINUS (PLUS + 1) /* postdecrement */
232 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6001, 0x7e01, { RDST, ATSIGN, RSRC, PLUS } },
237 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6201, 0x7e21, { RDSTE, ATSIGN, RSRC, PLUS } },
320 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6801, 0x7e01, { RSRC2, ATSIGN, RSRC, PLUS } },
326 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6a01, 0x7e21, { RSRC2E, ATSIGN, RSRC, PLUS } },
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /external/skia/src/sksl/
sksl.flex 140 "+" { return SkSL::Token::PLUS; }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 96 OPLUS: "PLUS",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 96 OPLUS: "PLUS",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 283 PLUS : '+';
  /external/ipsec-tools/src/libipsec/
policy_parse.y 139 %token PRIORITY PLUS
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.h 30 PLUS,
  /external/python/cpython2/Lib/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:

Completed in 1303 milliseconds

12 3 4 5 6 7 8 91011>>