Searched refs:is_special (Results 1 – 2 of 2) sorted by relevance
113 is_special = (nsstring.GetDynamicValue(lldb.eDynamicCanRunTarget).GetTypeName() == "NSPathStore2")117 …f has_explicit_length else "no","yes" if is_unicode else "no","yes" if is_special else "no","yes" …121 if not has_null and has_explicit_length and not is_special:142 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:153 elif is_special:
999 bool is_special = strcmp(class_name,"NSPathStore2") == 0; in NSStringSummaryProvider() local1003 if (!has_null && has_explicit_length && !is_special) in NSStringSummaryProvider()1058 else if (is_inline && has_explicit_length && !is_unicode && !is_special && !is_mutable) in NSStringSummaryProvider()1093 else if (is_special) in NSStringSummaryProvider()