Searched refs:uc16 (Results 101 - 107 of 107) sorted by relevance

12345

/external/chromium_org/v8/src/
H A Druntime.cc3295 uc16* char_buffer = seq->GetChars();
3640 void FindTwoByteStringIndices(const Vector<const uc16> subject,
3641 uc16 pattern,
3646 const uc16* subject_start = subject.start();
3647 const uc16* subject_end = subject_start + subject.length();
3648 for (const uc16* pos = subject_start; pos < subject_end && limit > 0; pos++) {
3720 Vector<const uc16> subject_vector = subject_content.ToUC16Vector();
3739 Vector<const uc16> pattern_vector = pattern_content.ToUC16Vector();
4173 Vector<const uc16> pat_vector = seq_pat.ToUC16Vector();
4215 uc16
[all...]
H A Dobjects-inl.h463 return static_cast<const uc16*>(start_)[index];
2843 uc16* SeqTwoByteString::GetChars() {
2844 return reinterpret_cast<uc16*>(FIELD_ADDR(this, kHeaderSize));
/external/v8/src/
H A Dobjects-inl.h426 return static_cast<const uc16*>(start_)[index];
2315 uc16* SeqTwoByteString::GetChars() {
2316 return reinterpret_cast<uc16*>(FIELD_ADDR(this, kHeaderSize));
/external/v8/test/cctest/
H A Dtest-api.cc11875 explicit UC16VectorResource(i::Vector<const i::uc16> vector)
11879 virtual const i::uc16* data() const { return data_.start(); }
11881 i::Vector<const i::uc16> data_;
12018 // Initialize the contents of two_byte_content_ to be a uc16 representation
12105 i::uc16 two_byte_content_[15];
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc14244 explicit UC16VectorResource(i::Vector<const i::uc16> vector)
14248 virtual const i::uc16* data() const { return data_.start(); }
14250 i::Vector<const i::uc16> data_;
14390 // Initialize the contents of two_byte_content_ to be a uc16 representation
14477 i::uc16 two_byte_content_[15];
/external/v8/src/x64/
H A Dcode-stubs-x64.cc4868 STATIC_ASSERT(2 == sizeof(uc16));
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc4907 STATIC_ASSERT(2 == sizeof(uc16));

Completed in 289 milliseconds

12345