OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strcpylen8to16
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
jstring.h
36
extern char16_t *
strcpylen8to16
(char16_t *dest, const char*s, int length,
/system/core/libcutils/
strdup8to16.c
185
extern char16_t *
strcpylen8to16
(char16_t *utf16Str, const char*utf8Str,
function
/libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp
30
#include "cutils/jstring.h" // for
strcpylen8to16
431
strcpylen8to16
(nativeBuffer.get(), characters, length, &utf16length);
[
all
...]
Completed in 174 milliseconds