Lines Matching full:getvalue
51 return FastIndexOf<uint16_t>(GetValue(), ch, start);
72 hash_code = ComputeUtf16Hash(GetValue(), GetLength());
82 return CountUtf8Bytes(GetValue(), GetLength());
156 uint16_t* new_value = new_string->GetValue();
162 memcpy(new_value, string->GetValue(), length * sizeof(uint16_t));
169 memcpy(new_value + length, string2->GetValue(), length2 * sizeof(uint16_t));
191 uint16_t* array = string->GetValue();
225 uint16_t* utf16_data_out = string->GetValue();
326 const uint16_t* chars = GetValue();
354 const uint16_t* uncompressed_chars = lhs->IsCompressed() ? rhs->GetValue() : lhs->GetValue();
363 const uint16_t* lhs_chars = lhs->GetValue();
364 const uint16_t* rhs_chars = rhs->GetValue();
390 memcpy(result->GetData(), string->GetValue(), string->GetLength() * sizeof(uint16_t));
405 uint16_t* value = GetValue() + start;
411 return (IsCompressed()) ? (GetValueCompressed() == nullptr) : (GetValue() == nullptr);