Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetStringDataAndUtf16Length

471   const char* GetStringDataAndUtf16Length(const StringId& string_id, uint32_t* utf16_length) const;
475 return GetStringDataAndUtf16Length(string_id, &ignored);
478 // Index version of GetStringDataAndUtf16Length.
485 return GetStringDataAndUtf16Length(string_id, utf16_length);