|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
| namespace | test_enum |
Enumerations | |
| enum class | ECG { A , B } |
| enum | EG { C , D } |
| enum class | test_enum::ECN { test_enum::A = 1 , test_enum::B } |
| enum | test_enum::EN { test_enum::C = 1 , test_enum::D } |
Functions | |
| TEST (TestStringUtils, Format) | |
| TEST (TestStringUtils, FormatEnum) | |
| TEST (TestStringUtils, FormatEnumWidth) | |
| TEST (TestStringUtils, ToUpper) | |
| TEST (TestStringUtils, ToLower) | |
| TEST (TestStringUtils, ToCapitalize) | |
| TEST (TestStringUtils, EqualsNoCase) | |
| TEST (TestStringUtils, Left) | |
| TEST (TestStringUtils, Mid) | |
| TEST (TestStringUtils, Right) | |
| TEST (TestStringUtils, Trim) | |
| TEST (TestStringUtils, TrimLeft) | |
| TEST (TestStringUtils, TrimRight) | |
| TEST (TestStringUtils, Replace) | |
| TEST (TestStringUtils, StartsWith) | |
| TEST (TestStringUtils, EndsWith) | |
| TEST (TestStringUtils, Join) | |
| TEST (TestStringUtils, Split) | |
| TEST (TestStringUtils, FindNumber) | |
| TEST (TestStringUtils, AlphaNumericCompare) | |
| TEST (TestStringUtils, TimeStringToSeconds) | |
| TEST (TestStringUtils, RemoveCRLF) | |
| TEST (TestStringUtils, utf8_strlen) | |
| TEST (TestStringUtils, SecondsToTimeString) | |
| TEST (TestStringUtils, IsNaturalNumber) | |
| TEST (TestStringUtils, IsInteger) | |
| TEST (TestStringUtils, SizeToString) | |
| TEST (TestStringUtils, EmptyString) | |
| TEST (TestStringUtils, FindWords) | |
| TEST (TestStringUtils, FindWords_NonAscii) | |
| TEST (TestStringUtils, FindEndBracket) | |
| TEST (TestStringUtils, DateStringToYYYYMMDD) | |
| TEST (TestStringUtils, WordToDigits) | |
| TEST (TestStringUtils, CreateUUID) | |
| TEST (TestStringUtils, ValidateUUID) | |
| TEST (TestStringUtils, CompareFuzzy) | |
| TEST (TestStringUtils, FindBestMatch) | |
| TEST (TestStringUtils, Paramify) | |
| TEST (TestStringUtils, sortstringbyname) | |
| TEST (TestStringUtils, FileSizeFormat) | |
| TEST (TestStringUtils, ToHexadecimal) | |
|
strong |
| enum EG |
| TEST | ( | TestStringUtils | , |
| AlphaNumericCompare | |||
| ) |
| TEST | ( | TestStringUtils | , |
| CompareFuzzy | |||
| ) |
| TEST | ( | TestStringUtils | , |
| CreateUUID | |||
| ) |
| TEST | ( | TestStringUtils | , |
| DateStringToYYYYMMDD | |||
| ) |
| TEST | ( | TestStringUtils | , |
| EmptyString | |||
| ) |
| TEST | ( | TestStringUtils | , |
| EndsWith | |||
| ) |
| TEST | ( | TestStringUtils | , |
| EqualsNoCase | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FileSizeFormat | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FindBestMatch | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FindEndBracket | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FindNumber | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FindWords | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FindWords_NonAscii | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Format | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FormatEnum | |||
| ) |
| TEST | ( | TestStringUtils | , |
| FormatEnumWidth | |||
| ) |
| TEST | ( | TestStringUtils | , |
| IsInteger | |||
| ) |
| TEST | ( | TestStringUtils | , |
| IsNaturalNumber | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Join | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Left | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Mid | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Paramify | |||
| ) |
| TEST | ( | TestStringUtils | , |
| RemoveCRLF | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Replace | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Right | |||
| ) |
| TEST | ( | TestStringUtils | , |
| SecondsToTimeString | |||
| ) |
| TEST | ( | TestStringUtils | , |
| SizeToString | |||
| ) |
| TEST | ( | TestStringUtils | , |
| sortstringbyname | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Split | |||
| ) |
| TEST | ( | TestStringUtils | , |
| StartsWith | |||
| ) |
| TEST | ( | TestStringUtils | , |
| TimeStringToSeconds | |||
| ) |
| TEST | ( | TestStringUtils | , |
| ToCapitalize | |||
| ) |
| TEST | ( | TestStringUtils | , |
| ToHexadecimal | |||
| ) |
| TEST | ( | TestStringUtils | , |
| ToLower | |||
| ) |
| TEST | ( | TestStringUtils | , |
| ToUpper | |||
| ) |
| TEST | ( | TestStringUtils | , |
| Trim | |||
| ) |
| TEST | ( | TestStringUtils | , |
| TrimLeft | |||
| ) |
| TEST | ( | TestStringUtils | , |
| TrimRight | |||
| ) |
| TEST | ( | TestStringUtils | , |
| utf8_strlen | |||
| ) |
| TEST | ( | TestStringUtils | , |
| ValidateUUID | |||
| ) |
| TEST | ( | TestStringUtils | , |
| WordToDigits | |||
| ) |