HomeSort by relevance Sort by last modified time
    Searched defs:nul (Results 1 - 8 of 8) sorted by null

  /external/icu4c/common/
uresdata.c 58 UChar nul; member in struct:__anon6231
564 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
720 /* swap each UChar (the terminating NUL would not change) */
    [all...]
ucnvmbcs.c 5103 static const UChar nul=0; local
5416 static const UChar nul=0; local
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 137 * 0 NUL
936 static const UChar nul[]={ 0 }; variable
956 { nul, LENGTHOF(nul) },
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
720 /* search for NUL code point: find end of string */
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)
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 219 errln("UnicodeString.setTo(buffer without NUL, length, capacity) does not work with length==-1");
222 errln("UnicodeString(buffer without NUL, length, capacity) does not work with length==-1");
534 // test new, NUL-terminating extract() function
559 errln("UnicodeString.extract(dest just right without NUL)==%d (%s) expected %d (U_STRING_NOT_TERMINATED_WARNING)",
563 errln("UnicodeString.extract(dest just right without NUL) did not extract the string correctly");
1569 static const UChar nul=0; local
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1795 HChar nul[1]; local
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 863 // String comparison for narrow or wide strings that can have embedded NUL
874 const typename StringType::value_type nul = 0; local
875 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1659 milliseconds