Searched refs:has_null (Results 1 - 2 of 2) sorted by relevance

/external/lldb/examples/python/
H A Ddiagnose_nsstring.py114 has_null = (info_bits & 8) == 8
117 (info_bits, "yes" if is_mutable else "no","yes" if is_inline else "no","yes" if has_explicit_length 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/
H A Dre2_test.cc449 string has_null; local
452 has_null += '\0';
453 TestQuoteMeta(has_null);
454 NegativeTestQuoteMeta(has_null, "");
457 has_null += '1';
458 TestQuoteMeta(has_null);
459 NegativeTestQuoteMeta(has_null, "\1");

Completed in 114 milliseconds