HomeSort by relevance Sort by last modified time
    Searched full:uc16 (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/v8/src/
conversions.cc 96 Vector<const uc16> str,
99 const uc16* end = str.start() + str.length();
115 Vector<const uc16> vector,
string-search.h 48 static inline bool IsOneByteString(Vector<const uc16> string) {
91 // UC16 needle.
152 // Both pattern and subject are UC16. Reduce character to equivalence class.
200 inline uint8_t GetHighestValueByte(uc16 character) {
factory.cc 228 Handle<String> Factory::InternalizeTwoByteString(Vector<const uc16> string) {
295 MaybeHandle<String> Factory::NewStringFromTwoByte(const uc16* string,
320 MaybeHandle<String> Factory::NewStringFromTwoByte(Vector<const uc16> string,
326 const ZoneVector<uc16>* string, PretenureFlag pretenure) {
364 Vector<const uc16> str,
492 uc16* dest = str->GetChars();
578 : ConcatStringContent<uc16>(
633 uc16* dest = result->GetChars();
    [all...]
objects-inl.h 488 return Get<uc16>(index);
500 return static_cast<Char>(static_cast<const uc16*>(start_)[index]);
594 class TwoByteStringKey : public SequentialStringKey<uc16> {
596 explicit TwoByteStringKey(Vector<const uc16> str, uint32_t seed)
597 : SequentialStringKey<uc16>(str, seed) { }
    [all...]
string-stream.cc 112 Vector<const uc16> value = *current.data_.u_lc_str_;
globals.h 224 typedef uint16_t uc16; typedef in namespace:v8::internal
227 const int kUC16Size = sizeof(uc16); // NOLINT
    [all...]
objects.h     [all...]
log.cc 90 uc16 c = utf16_buffer[i];
147 uc16 utf16_buffer[kUtf16BufferSize];
    [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 48 base::SmartArrayPointer<uc16>* dest,
53 dest->Reset(NewArray<uc16>(length));
577 base::SmartArrayPointer<uc16> sap1;
578 base::SmartArrayPointer<uc16> sap2;
612 base::SmartArrayPointer<uc16> sap;
711 base::SmartArrayPointer<uc16> sap;
823 base::SmartArrayPointer<uc16> sap;
851 base::SmartArrayPointer<uc16> sap;
    [all...]
runtime-strings.cc 48 Vector<const uc16> pat_vector = seq_pat.ToUC16Vector();
158 uc16 c = pattern[i];
224 Vector<const uc16> pat_vector = pat_content.ToUC16Vector();
545 uc16* sink = answer->GetChars();
547 uc16* end = sink + length;
710 JoinSparseArrayWithSeparator<uc16>(
713 Vector<uc16>(result->GetChars(), string_length));
    [all...]
  /external/v8/test/cctest/
test-strings.cc 106 Resource(const uc16* data, size_t length): data_(data), length_(length) {}
112 const uc16* data_;
165 uc16 buf[2000];
170 Vector<const uc16>(buf, len)).ToHandleChecked();
189 uc16* buf = NewArray<uc16>(len);
958 uc16* non_one_byte = NewArray<uc16>(i + 1);
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 171 Vector<const uc16> atom_pattern = atom->data();
531 // being internal and external, and even between being Latin1 and UC16,
    [all...]
regexp-ast.cc 222 Vector<const uc16> chardata = that->data();
jsregexp.h 453 uc16 mask;
454 uc16 value;
    [all...]
  /external/v8/test/mjsunit/
string-indexof-1.js 126 // and UC16 subject.
substr.js 85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
regexp-global.js 78 // The same tests with UC16.
string-slices.js 85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
  /prebuilts/go/darwin-x86/src/go/types/testdata/
const0.src 93 uc16 = uc2 /* ERROR "not defined" */ & uc3
  /prebuilts/go/linux-x86/src/go/types/testdata/
const0.src 93 uc16 = uc2 /* ERROR "not defined" */ & uc3
  /external/v8/src/heap/
heap-inl.h 157 AllocationResult Heap::AllocateTwoByteInternalizedString(Vector<const uc16> str,
  /external/v8/src/parsing/
scanner.h 272 // Ensure room for all currently read code units as UC16 as well
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 2191 milliseconds

1 23 4