Searched defs:nul (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c935 static const UChar nul[]={ 0 }; variable
955 { nul, UPRV_LENGTHOF(nul) },
H A Dcustrtst.c710 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
719 first!=u_strchr(s, nul) ||
720 first!=u_strchr32(s, nul) ||
721 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) ||
722 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) ||
723 first!=u_strrchr(s, nul) ||
724 first!=u_strrchr32(s, nul) ||
725 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) ||
726 first!=u_memrchr32(s, nul, UPRV_LENGTHOF(s))
728 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
H A Dcmsccoll.c1721 static const UChar nul = 0; local
1736 !ucol_equal(coll, &nul, 0, &space, 1) ||
1737 ucol_equal(coll, &nul, 0, &dot, 1) ||
1738 ucol_equal(coll, &nul, 0, &degree, 1) ||
1739 ucol_equal(coll, &nul, 0, &dollar, 1) ||
1740 ucol_equal(coll, &nul, 0, &zero, 1) ||
1749 !ucol_equal(coll, &nul, 0, &space, 1) ||
1750 !ucol_equal(coll, &nul, 0, &dot, 1) ||
1751 ucol_equal(coll, &nul, 0, &degree, 1) ||
1752 ucol_equal(coll, &nul,
1831 static const UChar nul = 0; local
[all...]
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc493 const char *nul = local
497 nul ? nul - (const char *)&sysinfo->cpu.x86_cpu_info.vendor_id[0]
/external/icu/icu4c/source/common/
H A Duresdata.c61 UChar nul; member in struct:__anon5621
H A Ducnvmbcs.cpp5243 static const UChar nul=0; local
5244 const UChar *noSource=&nul;
5552 static const UChar nul=0; local
5553 const UChar *noSource=&nul;
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1595 static const UChar nul=0; local
1598 if(!test3.isBogus() || test3.setTo(&nul, 0).isBogus() || !test3.isEmpty()) {
1599 errln("bogus.setTo(&nul, 0) failed");
/external/valgrind/coregrind/
H A Dm_main.c1989 HChar nul[1]; local
2000 nul[0] = 0;
2003 VG_(write)(fd, nul, 1);
2008 VG_(write)(fd, nul, 1);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h920 const typename StringType::value_type nul = 0; local
921 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2455 milliseconds