Classes for String Data
These classes are relevant when working with string data. See the information about support for Unicode in Qt for more information.
Unified view on Latin-1, UTF-8, or UTF-16 strings with a read-only subset of the QString API | |
List of byte arrays | |
Holds a sequence of bytes that can be quickly matched in a byte array | |
View on an array of bytes with a read-only subset of the QByteArray API | |
16-bit Unicode character | |
8-bit ASCII/Latin-1 character | |
Converts between numbers and their string representations in various languages | |
Compile-time version of QByteArrayMatcher | |
Holds a sequence of characters that can be quickly matched in a Unicode string | |
Splits strings into tokens along given separators | |
Unified view on UTF-16 strings with a read-only subset of the QString API | |
Unified view on UTF-8 strings with a read-only subset of the QString API |