OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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) {
72
SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)*(
u16len
+1));
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
567
const uint16_t* ResStringPool::stringAt(size_t idx, size_t*
u16len
) const
577
*
u16len
= decodeLength(&str);
578
if ((uint32_t)(str+*
u16len
-strings) < mStringPoolSize) {
582
(int)idx, (int)(str+*
u16len
-strings), (int)mStringPoolSize);
588
*
u16len
= decodeLength(&u8str);
617
if (actualLen < 0 || (size_t)actualLen != *
u16len
) {
620
(long long)idx, (long long)actualLen, (long long)*
u16len
);
624
char16_t *u16str = (char16_t *)calloc(*
u16len
+1, sizeof(char16_t));
[
all
...]
Completed in 2600 milliseconds