Andreas Kling
|
391352c112
AK: Inline all the trivial Utf8View functions
|
3 tahun lalu |
Andreas Kling
|
1be4cbd639
AK: Make Utf8View constructors inline and remove C string constructor
|
3 tahun lalu |
Timothy Flynn
|
c4ee576531
AK: Add Utf8View::byte_offset_of overload for code point index lookups
|
4 tahun lalu |
Timothy Flynn
|
87848cdf7d
AK: Track byte length, rather than code point length, in Utf8View::trim
|
4 tahun lalu |
Idan Horowitz
|
fea6d952a4
AK: Add the Utf8View::{contains, trim} helper methods
|
4 tahun lalu |
Max Wipfli
|
3c7e775a9a
AK: Utf8CodePointIterator: Don't output full string to debug output
|
4 tahun lalu |
DexesTTP
|
e01f1c949f
AK: Do not VERIFY on invalid code point bytes in UTF8View
|
4 tahun lalu |
Andreas Kling
|
12a42edd13
Everywhere: codepoint => code point
|
4 tahun lalu |
Andreas Kling
|
407d6cd9e4
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
|
4 tahun lalu |
Max Wipfli
|
14506e8f5e
AK: Implement Utf8CodepointIterator::peek(size_t)
|
4 tahun lalu |
Max Wipfli
|
a72bb34970
AK: Add Utf8View::iterator_at_byte_offset method
|
4 tahun lalu |
Max Wipfli
|
c1b452f754
AK: Add substring methods to Utf8View
|
4 tahun lalu |
Max Wipfli
|
8c19c2f296
AK: Change some argument and return types in Utf8View from int to size_t
|
4 tahun lalu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Idan Horowitz
|
edecf8f6a3
AK: Add starts_with to Utf8View
|
4 tahun lalu |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 tahun lalu |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 tahun lalu |
asynts
|
2927656d85
AK: Use size_t in methods of Utf8View.
|
4 tahun lalu |
Andreas Kling
|
13594b7146
LibGfx+AK: Make text elision work with multi-byte characters
|
4 tahun lalu |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 tahun lalu |
Tom
|
6413acd78c
AK: Make Utf8View and Utf32View more consistent
|
4 tahun lalu |
asynts
|
1d96d5eea4
AK: Use new format functions.
|
4 tahun lalu |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
5 tahun lalu |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
5 tahun lalu |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
5 tahun lalu |
AnotherTest
|
a4e0b585fe
AK: Add a way to get the number of valid bytes in a Utf8View
|
5 tahun lalu |
Andreas Kling
|
6cde7e4d20
AK: Add Utf8View::length_in_codepoints()
|
5 tahun lalu |
Emanuel Sprung
|
074d935c6e
AK, LibGfx, LibGUI: Initialize various variables to zero.
|
5 tahun lalu |
Andreas Kling
|
3bbf4610d2
AK: Add a forward declaration header
|
5 tahun lalu |
Sergey Bugaev
|
c0b32f7b76
Meta: Claim copyright for files created by me
|
5 tahun lalu |