Lines Matching defs:len
160 static char* allocFromUTF8(const char* in, size_t len) in allocFromUTF8()
178 static char* allocFromUTF16OrUTF32(const T* in, L len) in allocFromUTF16OrUTF32()
199 size_t len = utf32_to_utf8_bytes(c); in allocFromUTF16OrUTF32() local
212 static char* allocFromUTF16(const char16_t* in, size_t len) in allocFromUTF16()
217 static char* allocFromUTF32(const char32_t* in, size_t len) in allocFromUTF32()
243 String8::String8(const char* o, size_t len) in String8()
261 String8::String8(const char16_t* o, size_t len) in String8()
271 String8::String8(const char32_t* o, size_t len) in String8()
298 status_t String8::setTo(const char* other, size_t len) in setTo()
308 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
318 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
409 size_t len = size(); in find() local
425 const size_t len = size(); in toLower() local
449 const size_t len = size(); in toUpper() local
495 void String8::setPathName(const char* name, size_t len) in setPathName()
618 size_t len = length(); in appendPath() local
649 size_t len = length(); in convertToResPath() local
842 size_t len = android::utf32_to_utf8_bytes(*cur_utf32); in utf32_to_utf8() local