Lines Matching full:unicode_length
588 std::string DexFile::CreateMethodSignature(uint32_t proto_idx, int32_t* unicode_length) const {610 if (unicode_length != NULL) {611 *unicode_length = parameter_length + return_type_length + 2; // 2 for ( and )