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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c936 static const UChar nul[]={ 0 }; variable
956 { nul, LENGTHOF(nul) },
H A Dcustrtst.c715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s))
733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
/external/icu4c/test/cintltst/
H A Dbocu1tst.c937 static const UChar nul[]={ 0 }; variable
957 { nul, LENGTHOF(nul) },
H A Dcustrtst.c715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s))
733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c58 UChar nul; member in struct:__anon10933
H A Ducnvmbcs.c5103 static const UChar nul=0; local
5104 const UChar *noSource=&nul;
5416 static const UChar nul=0; local
5417 const UChar *noSource=&nul;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1569 static const UChar nul=0; local
1572 if(!test3.isBogus() || test3.setTo(&nul, 0).isBogus() || !test3.isEmpty()) {
1573 errln("bogus.setTo(&nul, 0) failed");
/external/icu4c/common/
H A Duresdata.c65 UChar nul; member in struct:__anon18252
H A Ducnvmbcs.c5106 static const UChar nul=0; local
5107 const UChar *noSource=&nul;
5415 static const UChar nul=0; local
5416 const UChar *noSource=&nul;
/external/icu4c/test/intltest/
H A Dustrtest.cpp1589 static const UChar nul=0; local
1592 if(!test3.isBogus() || test3.setTo(&nul, 0).isBogus() || !test3.isEmpty()) {
1593 errln("bogus.setTo(&nul, 0) failed");
/external/qemu/tcg/hppa/
H A Dtcg-target.c712 static void tcg_out_branch(TCGContext *s, int label_index, int nul) argument
715 uint32_t op = nul ? INSN_BL_N : INSN_BL;
778 Which means that if the nul bit is set, the delay slot is
788 Which means that if the nul bit is set, the delay slot is
/external/valgrind/main/coregrind/
H A Dm_main.c1880 HChar nul[1]; local
1891 nul[0] = 0;
1895 VG_(write)(fd, nul, 1);
1900 VG_(write)(fd, nul, 1);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h874 const typename StringType::value_type nul = 0; local
875 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 499 milliseconds