Searched refs:UTF8ToUTF16WithAdjustments (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/base/strings/ |
H A D | utf_offset_string_conversions.cc | 222 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 D | utf_offset_string_conversions.h | 94 BASE_EXPORT bool UTF8ToUTF16WithAdjustments( 99 [[nodiscard]] BASE_EXPORT std::u16string UTF8ToUTF16WithAdjustments(
|
H A D | escape.cc | 518 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 D | utf_offset_string_conversions.cc | 223 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 D | utf_offset_string_conversions.h | 94 BASE_EXPORT bool UTF8ToUTF16WithAdjustments( 99 BASE_EXPORT string16 UTF8ToUTF16WithAdjustments(
|