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

  /prebuilts/go/darwin-x86/src/regexp/syntax/
perl_groups.go 92 var code16 = []rune{ /* [:word:] */ var
130 `[:word:]`: {+1, code16},
131 `[:^word:]`: {-1, code16},
  /prebuilts/go/linux-x86/src/regexp/syntax/
perl_groups.go 92 var code16 = []rune{ /* [:word:] */ var
130 `[:word:]`: {+1, code16},
131 `[:^word:]`: {-1, code16},
  /external/regex-re2/re2/
perl_groups.cc 76 static URange16 code16[] = { /* [:word:] */ member in namespace:re2
112 { "[:word:]", +1, code16, 4 },
113 { "[:^word:]", -1, code16, 4 },
  /external/v8/src/builtins/
builtins-string.cc 518 Node* code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); local
519 Node* result = StringFromCharCode(code16);
523 Node* code16 = nullptr; local
537 arguments.ForEach(vars, [this, context, &two_byte, &max_index, &code16,
540 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
543 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)),
546 // The {code16} fits into the SeqOneByteString {one_byte_result}.
552 offset, code16);
578 max_index_offset, code16);
588 Node* code16
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 646 #define CODE16 1
648 #define SMALL16 (SMALL | CODE16)
650 #define BIG16 (BIG | CODE16)
1005 {"code16", set_code_flag, CODE_16BIT},
6702 int code16; local
6814 int code16; local
6879 int code16; local
    [all...]

Completed in 314 milliseconds