Searched refs:ascii_len (Results 1 – 2 of 2) sorted by relevance
164 size_t lv_uefi_ucs2_to_ascii(const CHAR16 * ucs2, char * ascii, size_t ascii_len) in lv_uefi_ucs2_to_ascii() argument169 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()
84 size_t lv_uefi_ucs2_to_ascii(const CHAR16 * ucs2, char * ascii, size_t ascii_len);