Searched defs:null_str (Results 1 - 2 of 2) 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/protobuf/gtest/test/
H A Dgtest_unittest.cc1092 const String null_str; local
1093 String s5 = null_str;

Completed in 159 milliseconds