Searched defs:code16 (Results 1 - 2 of 2) sorted by relevance

/external/regex-re2/re2/
H A Dperl_groups.cc76 static URange16 code16[] = { /* [:word:] */ member in namespace:re2
112 { "[:word:]", +1, code16, 4 },
113 { "[:^word:]", -1, code16, 4 },
/external/v8/src/
H A Dbuiltins.cc4656 Node* code16 = assembler->Word32And( local
4658 Node* result = assembler->StringFromCharCode(code16);
4697 Node* code16 = assembler->Word32And( local
4700 // Check if {code16} fits into a one-byte string.
4704 code16, assembler->Int32Constant(String::kMaxOneByteCharCode)),
4709 // The {code16} fits into the SeqOneByteString {result}.
4716 code16);
4755 // Write the pending {code16} to {offset}.
4763 code16);
4788 Node* code16 local
[all...]

Completed in 376 milliseconds