OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strnlen16to8
(Results
1 - 2
of
2
) sorted by null
/system/core/include/cutils/
jstring.h
30
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.
Completed in 2021 milliseconds