Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_test.c838 char null_str[1] = { 0 }; in tables() local
841 PCRE_UCHAR16 null_str[1] = { 0 }; in tables() local
844 PCRE_UCHAR32 null_str[1] = { 0 }; in tables() local
859 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
865 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
871 regex = pcre32_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
/external/protobuf/gtest/test/
Dgtest_unittest.cc835 const String null_str; in TEST() local
836 String s5 = null_str; in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc969 const String null_str; in TEST() local
970 String s5 = null_str; in TEST()