summaryrefslogtreecommitdiff
path: root/test/unicode_ut.c
Commit message (Expand)AuthorAgeFilesLines
* test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut2023-03-141-3/+3
* test: unit test for u16_strcasecmp()Heinrich Schuchardt2023-01-041-0/+25
* test: add unit test for u16_strnlen()Heinrich Schuchardt2022-12-201-0/+11
* test: unit test for u16_strlcat()Masahisa Kojima2022-05-031-0/+50
* test: test UTF-16 truncation in snprintf()Heinrich Schuchardt2022-02-051-0/+31
* treewide: Use 16-bit Unicode stringsSimon Glass2022-02-031-11/+11
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-151-0/+114
|\
| * lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-0/+78
| * lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-071-0/+7
| * efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-071-0/+29
* | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
|/
* efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-311-1/+1
* test: unit test for efi_create_indexed_name()Heinrich Schuchardt2020-10-301-0/+19
* test: Use ut_asserteq_mem() where possibleSimon Glass2020-05-191-2/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* test: unit test for u16_strsize()Heinrich Schuchardt2020-05-091-0/+10
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-071-1/+2
* test: add tests for u16_str<n>cmp()AKASHI Takahiro2019-09-201-0/+13
* test: unit test for u16_strlen()Heinrich Schuchardt2019-07-161-0/+10
* test: adjust names of Unicode test functionsHeinrich Schuchardt2019-02-161-49/+49
* test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt2019-02-131-0/+23
* efi_loader: support Unicode text inputHeinrich Schuchardt2018-09-231-4/+4
* test: tests for utf_to_lower() utf_to_upper().Heinrich Schuchardt2018-09-231-0/+34
* test: test printing UnicodeHeinrich Schuchardt2018-09-231-0/+43
* test: unit tests for Unicode functionsHeinrich Schuchardt2018-09-231-0/+466