Home
last modified time | relevance | path

Searched refs:UTF8ToUTF16WithAdjustments (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dutf_offset_string_conversions.cc222 bool UTF8ToUTF16WithAdjustments( in UTF8ToUTF16WithAdjustments() function
231 std::u16string UTF8ToUTF16WithAdjustments( in UTF8ToUTF16WithAdjustments() function
235 UTF8ToUTF16WithAdjustments(utf8.data(), utf8.length(), &result, adjustments); in UTF8ToUTF16WithAdjustments()
247 std::u16string result = UTF8ToUTF16WithAdjustments(utf8, &adjustments); in UTF8ToUTF16AndAdjustOffsets()
H A Dutf_offset_string_conversions.h94 BASE_EXPORT bool UTF8ToUTF16WithAdjustments(
99 [[nodiscard]] BASE_EXPORT std::u16string UTF8ToUTF16WithAdjustments(
H A Descape.cc518 if (UTF8ToUTF16WithAdjustments(unescaped_url.data(), unescaped_url.length(), in UnescapeAndDecodeUTF8URLComponentWithAdjustments()
528 return UTF8ToUTF16WithAdjustments(text, adjustments); in UnescapeAndDecodeUTF8URLComponentWithAdjustments()
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_offset_string_conversions.cc223 bool UTF8ToUTF16WithAdjustments( in UTF8ToUTF16WithAdjustments() function
232 string16 UTF8ToUTF16WithAdjustments( in UTF8ToUTF16WithAdjustments() function
236 UTF8ToUTF16WithAdjustments(utf8.data(), utf8.length(), &result, adjustments); in UTF8ToUTF16WithAdjustments()
248 string16 result = UTF8ToUTF16WithAdjustments(utf8, &adjustments); in UTF8ToUTF16AndAdjustOffsets()
H A Dutf_offset_string_conversions.h94 BASE_EXPORT bool UTF8ToUTF16WithAdjustments(
99 BASE_EXPORT string16 UTF8ToUTF16WithAdjustments(