Home
last modified time | relevance | path

Searched refs:has_null (Results 1 – 3 of 3) sorted by relevance

/external/lldb/examples/python/
Ddiagnose_nsstring.py114 has_null = (info_bits & 8) == 8
117 … 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:
/external/regex-re2/re2/testing/
Dre2_test.cc449 string has_null; in TEST() local
452 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()
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp1000 bool has_null = (info_bits & 8) == 8; in NSStringSummaryProvider() local
1003 if (!has_null && has_explicit_length && !is_special) in NSStringSummaryProvider()
1120 if (has_explicit_length && !has_null) in NSStringSummaryProvider()