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

  /system/core/include/cutils/
jstring.h 33 extern size_t strnlen16to8 (const char16_t* s, size_t n);
  /system/core/libcutils/
strdup16to8.c 29 extern size_t strnlen16to8(const char16_t* utf16Str, size_t len) function
37 * Moreover, the result of a strnlen16to8 is typically used
43 * dst = malloc(strnlen16to8(utf16,len)+1)
112 * strnlen16to8() properly or at a minimum checked the result of
152 len = strnlen16to8(s, n);
156 * strnlen16to8 implementation.
  /hardware/ril/libril/
ril.cpp 397 size_t strLen = strnlen16to8(s16, s16Len);
    [all...]

Completed in 657 milliseconds