HomeSort by relevance Sort by last modified time
    Searched refs:utf16_strlen (Results 1 - 6 of 6) sorted by null

  /external/u-boot/include/
charset.h 16 * utf16_strlen() - Get the length of an utf16 string
24 size_t utf16_strlen(const uint16_t *in);
  /external/u-boot/lib/
charset.c 15 size_t utf16_strlen(const uint16_t *in) function
42 if (!s || !(new = malloc((utf16_strlen(s) + 1) * 2)))
  /external/u-boot/lib/efi_loader/
efi_bootmgr.c 63 ptr += (utf16_strlen(lo->label) + 1) * 2;
efi_variable.c 109 len = utf16_strlen((u16 *)variable_name);
efi_console.c 125 unsigned int n16 = utf16_strlen(string);
efi_file.c 142 flen = utf16_strlen((u16 *)file_name);

Completed in 811 milliseconds