Searched refs:has_null (Results 1 – 3 of 3) sorted by relevance
114 has_null = (info_bits & 8) == 8117 … else "no","yes" if is_unicode else "no","yes" if is_special else "no","yes" if has_null else "no")121 if not has_null and has_explicit_length and not is_special:
449 string has_null; in TEST() local452 has_null += '\0'; in TEST()453 TestQuoteMeta(has_null); in TEST()454 NegativeTestQuoteMeta(has_null, ""); in TEST()457 has_null += '1'; in TEST()458 TestQuoteMeta(has_null); in TEST()459 NegativeTestQuoteMeta(has_null, "\1"); in TEST()
1000 bool has_null = (info_bits & 8) == 8; in NSStringSummaryProvider() local1003 if (!has_null && has_explicit_length && !is_special) in NSStringSummaryProvider()1120 if (has_explicit_length && !has_null) in NSStringSummaryProvider()