Searched refs:null_str (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_jit_test.c829 char null_str[1] = { 0 }; local
832 PCRE_UCHAR16 null_str[1] = { 0 }; local
835 PCRE_UCHAR32 null_str[1] = { 0 }; local
850 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
856 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL);
862 regex = pcre32_compile(null_str, 0, &errorptr, &erroroffset, NULL);
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1195 std::string null_str(null_cstr, arraysize(null_cstr) - 1);
1201 std::string(UniquePosition::kSuffixLength - null_str.length(), '\x7f') +
1202 null_str;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1092 const String null_str; local
1093 String s5 = null_str;

Completed in 2699 milliseconds