Searched refs:type_len (Results 1 – 5 of 5) sorted by relevance
58 out_name->type = type_string_ref.string8(&out_name->type_len); in ToResourceName()61 out_name->type16 = type_string_ref.string16(&out_name->type_len); in ToResourceName()91 result.append(resource_name->type, resource_name->type_len); in ToFormattedResourceString()93 result += util::Utf16ToUtf8(StringPiece16(resource_name->type16, resource_name->type_len)); in ToFormattedResourceString()
43 out.append(name.type, name.type_len); in ResToTypeEntryName()45 out += Utf16ToUtf8(StringPiece16(name.type16, name.type_len)); in ResToTypeEntryName()
89 size_t type_len = 0u; member
92 util::Utf16ToUtf8(StringPiece16(name_in.type16, name_in.type_len))); in ToResourceName()94 type = ParseResourceType(StringPiece(name_in.type, name_in.type_len)); in ToResourceName()
1081 return env->NewString(reinterpret_cast<const jchar*>(name.type16), name.type_len); in NativeGetResourceTypeName()