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

  /external/chromium_org/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/chromium_org/v8/src/
uri.js 245 var two_byte = %NewString(uriLength - k, NEW_TWO_BYTE_STRING);
265 index = URIDecodeOctets(octets, two_byte, index);
267 %_TwoByteSeqStringSetChar(index++, 37, two_byte); // '%'.
268 %_TwoByteSeqStringSetChar(index++, uri.charCodeAt(k - 1), two_byte);
269 %_TwoByteSeqStringSetChar(index++, uri.charCodeAt(k), two_byte);
271 %_TwoByteSeqStringSetChar(index++, cc, two_byte);
274 %_TwoByteSeqStringSetChar(index++, code, two_byte);
278 two_byte = %TruncateString(two_byte, index);
279 return one_byte + two_byte;
    [all...]
string.js 821 var two_byte = %NewString(n - i, NEW_TWO_BYTE_STRING);
825 %_TwoByteSeqStringSetChar(j, code, two_byte);
827 return one_byte + two_byte;
  /external/chromium_org/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 104 bool two_byte = false; local
145 two_byte = true;
151 if (two_byte) {
  /external/chromium_org/v8/test/cctest/
test-strings.cc 1039 uc16* two_byte = NewArray<uc16>(length + 1); local
    [all...]
test-api.cc 19205 Handle<String> two_byte = local
    [all...]

Completed in 343 milliseconds