HomeSort by relevance Sort by last modified time
    Searched refs:has_null (Results 1 - 4 of 4) sorted by null

  /external/lldb/examples/python/
diagnose_nsstring.py 114 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/chromium_org/third_party/re2/re2/testing/
re2_test.cc 456 string has_null; local
459 has_null += '\0';
460 TestQuoteMeta(has_null);
461 NegativeTestQuoteMeta(has_null, "");
464 has_null += '1';
465 TestQuoteMeta(has_null);
466 NegativeTestQuoteMeta(has_null, "\1");
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 449 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");
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
expr.c     [all...]

Completed in 146 milliseconds