Lines Matching refs:uint16_t
43 const uint16_t* chars = GetCharArray()->GetData() + GetOffset(); in FastIndexOf()
44 const uint16_t* p = chars + start; in FastIndexOf()
45 const uint16_t* end = chars + count; in FastIndexOf()
77 const uint16_t* utf16_data_in, in AllocFromUtf16()
88 memcpy(array->GetData(), utf16_data_in, utf16_length * sizeof(uint16_t)); in AllocFromUtf16()
110 uint16_t* utf16_data_out = in AllocFromModifiedUtf8()
111 const_cast<uint16_t*>(string->GetCharArray()->GetData()); in AllocFromModifiedUtf8()
158 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { in Equals()
173 uint16_t ch = GetUtf16FromUtf8(&modified_utf8); in Equals()
184 uint16_t ch = GetUtf16FromUtf8(&p); in Equals()
194 const uint16_t* chars = GetCharArray()->GetData() + GetOffset(); in ToModifiedUtf8()
217 const uint16_t* lhsChars = lhs->GetCharArray()->GetData() + lhs->GetOffset(); in CompareTo()
218 const uint16_t* rhsChars = rhs->GetCharArray()->GetData() + rhs->GetOffset(); in CompareTo()