HomeSort by relevance Sort by last modified time
    Searched refs:two_byte (Results 1 - 7 of 7) sorted by null

  /external/v8/test/mjsunit/lithium/
SeqStringSetChar.js 35 var two_byte = %NewString(3, false);
36 %_TwoByteSeqStringSetChar(0, code, two_byte);
37 %_TwoByteSeqStringSetChar(1, code, two_byte);
38 %_TwoByteSeqStringSetChar(i, code, two_byte);
39 return one_byte + two_byte;
  /external/v8/src/js/
uri.js 238 var two_byte = %NewString(uriLength - k, NEW_TWO_BYTE_STRING);
259 index = URIDecodeOctets(octets, two_byte, index);
261 %_TwoByteSeqStringSetChar(index++, 37, two_byte); // '%'.
263 two_byte);
265 two_byte);
267 %_TwoByteSeqStringSetChar(index++, cc, two_byte);
270 %_TwoByteSeqStringSetChar(index++, code, two_byte);
274 two_byte = %TruncateString(two_byte, index);
275 return one_byte + two_byte;
    [all...]
string.js 736 var two_byte = %NewString(n - i, NEW_TWO_BYTE_STRING);
737 %_TwoByteSeqStringSetChar(0, code, two_byte);
741 %_TwoByteSeqStringSetChar(j, code, two_byte);
743 return one_byte + two_byte;
  /external/v8/test/mjsunit/regress/
regress-seqstrsetchar-ex1.js 47 var two_byte = %NewString(n - i, false);
50 %_TwoByteSeqStringSetChar(j, code, two_byte);
52 return one_byte + two_byte;
  /art/runtime/arch/x86/
fault_handler_x86.cc 105 bool two_byte = false; local
149 two_byte = true;
155 if (two_byte) {
  /external/v8/test/cctest/
test-strings.cc 1056 uc16* two_byte = NewArray<uc16>(length + 1); local
    [all...]
test-api.cc 18709 Local<String> two_byte = local
    [all...]

Completed in 8286 milliseconds