// SPDX-License-Identifier: GPL-2.0-or-later // Copyright The Music Player Daemon Project #pragma once #include #include template class AllocatedArray; /** * @return the normalized string (or nullptr on error) */ [[gnu::pure]] AllocatedArray IcuFoldCase(std::basic_string_view src) noexcept;