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

  /external/u-boot/include/
charset.h 27 * utf16_strnlen() - Get the length of a fixed-size utf16 string.
31 * 'count' number of characters. In doing this, utf16_strnlen()
38 size_t utf16_strnlen(const uint16_t *in, size_t count);
  /external/u-boot/lib/
charset.c 22 size_t utf16_strnlen(const uint16_t *in, size_t count) function
vsprintf.c 281 int utf16_len = utf16_strnlen(str, precision);

Completed in 2417 milliseconds