mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:07:35 +00:00
AK+LibUnicode: Expose TrailingCodePointTransformation in to_titlecase
Relocating the definition of this enum from LibUnicode to AK.
This commit is contained in:
parent
af7df1dbbf
commit
6b32a1f18f
6 changed files with 14 additions and 11 deletions
|
@ -17,6 +17,8 @@ template<size_t inline_capacity>
|
|||
class ByteBuffer;
|
||||
}
|
||||
|
||||
enum class TrailingCodePointTransformation : u8;
|
||||
|
||||
class BigEndianInputBitStream;
|
||||
class BigEndianOutputBitStream;
|
||||
class Bitmap;
|
||||
|
@ -198,6 +200,7 @@ using AK::String;
|
|||
using AK::StringBuilder;
|
||||
using AK::StringImpl;
|
||||
using AK::StringView;
|
||||
using AK::TrailingCodePointTransformation;
|
||||
using AK::Traits;
|
||||
using AK::UnixDateTime;
|
||||
using AK::URL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue