OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u16len
(Results
1 - 2
of
2
) sorted by null
/system/core/libutils/
String16.cpp
65
const ssize_t
u16len
= utf8_to_utf16_length(u8cur, u8len);
local
66
if (
u16len
< 0) {
70
SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)*(
u16len
+1));
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
697
const char16_t* ResStringPool::stringAt(size_t idx, size_t*
u16len
) const
707
*
u16len
= decodeLength(&str);
708
if ((uint32_t)(str+*
u16len
-strings) < mStringPoolSize) {
710
if (str[*
u16len
] != 0x0000) {
718
(int)idx, (int)(str+*
u16len
-strings), (int)mStringPoolSize);
724
*
u16len
= decodeLength(&u8str);
755
if (actualLen < 0 || (size_t)actualLen != *
u16len
) {
758
(long long)idx, (long long)actualLen, (long long)*
u16len
);
769
char16_t *u16str = (char16_t *)calloc(*
u16len
+1, sizeof(char16_t));
[
all
...]
Completed in 1047 milliseconds