summaryrefslogtreecommitdiff
path: root/test/unicode_ut.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini1-0/+114
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt1-0/+78
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt1-0/+7
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt1-0/+29
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+1
2020-10-30test: unit test for efi_create_indexed_name()Heinrich Schuchardt1-0/+19
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass1-2/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-09test: unit test for u16_strsize()Heinrich Schuchardt1-0/+10
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+2
2019-09-20test: add tests for u16_str<n>cmp()AKASHI Takahiro1-0/+13
2019-07-17test: unit test for u16_strlen()Heinrich Schuchardt1-0/+10
2019-02-16test: adjust names of Unicode test functionsHeinrich Schuchardt1-49/+49
2019-02-13test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt1-0/+23
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt1-4/+4
2018-09-23test: tests for utf_to_lower() utf_to_upper().Heinrich Schuchardt1-0/+34
2018-09-23test: test printing UnicodeHeinrich Schuchardt1-0/+43
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt1-0/+466