Home
last modified time | relevance | path

Searched refs:ascii_len (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/drivers/uefi/
Dlv_uefi_private.c164 size_t lv_uefi_ucs2_to_ascii(const CHAR16 * ucs2, char * ascii, size_t ascii_len) in lv_uefi_ucs2_to_ascii() argument
169 if(ucs2 == NULL || ascii == NULL || ascii_len == 0) { in lv_uefi_ucs2_to_ascii()
175 …for(string_index = 0; ucs2[string_index] != 0x0000 && string_index < ascii_len - 1; string_index++… in lv_uefi_ucs2_to_ascii()
Dlv_uefi_private.h84 size_t lv_uefi_ucs2_to_ascii(const CHAR16 * ucs2, char * ascii, size_t ascii_len);