HomeSort by relevance Sort by last modified time
    Searched refs:wchar (Results 176 - 200 of 246) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 808 String FormatForFailureMessage(wchar_t wchar) {
819 const UInt64 wchar_as_uint64 = wchar;
821 // A String object cannot contain '\0', so we print "\\0" when wchar is
823 msg << "L'" << (wchar ? ToUtf8String(wchar).c_str() : "\\0") << "' ("
    [all...]
  /bionic/libc/
Android.mk 113 wchar/wcswidth.c \
114 wchar/wcsxfrm.c \
289 bionic/wchar.cpp \
  /external/bison/darwin-lib/
wctype.h 37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
39 <wchar.h>.
41 included before <wchar.h>. */
45 # include <wchar.h>
381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
wchar.h 2 /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
22 * ISO C 99 <wchar.h> for platforms that have issues.
23 * <http://www.opengroup.org/susv3xbd/wchar.h.html>
38 <wchar.h> -> <stdlib.h> -> <stdint.h>, and the latter includes <wchar.h>,
39 once indirectly <stdint.h> -> <sys/types.h> -> <inttypes.h> -> <wchar.h>
42 the system's <wchar.h>.
43 - On IRIX 6.5, similarly, we have an include <wchar.h> -> <wctype.h>, and
44 the latter includes <wchar.h>. But here, we have no way to detect whether
47 #include_next <wchar.h
    [all...]
  /external/bison/lib/
quotearg.c 42 #include <wchar.h>
string.in.h 36 # include <wchar.h>
    [all...]
  /external/bison/linux-lib/
wctype.h 37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
39 <wchar.h>.
41 included before <wchar.h>. */
45 # include <wchar.h>
381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
wchar.h 2 /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
22 * ISO C 99 <wchar.h> for platforms that have issues.
23 * <http://www.opengroup.org/susv3xbd/wchar.h.html>
38 <wchar.h> -> <stdlib.h> -> <stdint.h>, and the latter includes <wchar.h>,
39 once indirectly <stdint.h> -> <sys/types.h> -> <inttypes.h> -> <wchar.h>
42 the system's <wchar.h>.
43 - On IRIX 6.5, similarly, we have an include <wchar.h> -> <wctype.h>, and
44 the latter includes <wchar.h>. But here, we have no way to detect whether
47 #include_next <wchar.h
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 500 #include <wchar.h>
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 245 String FormatForFailureMessage(wchar_t wchar);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 248 String FormatForFailureMessage(wchar_t wchar);
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 29 #include <wchar.h>
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 48 #include <wchar.h>
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 59 #include <wchar.h>
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
wchar_support.c 12 #include <wchar.h>
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 33 #include <wchar.h>
regex_internal.h 42 #include <wchar.h>
  /system/core/toolbox/grep/
util.c 53 #include <wchar.h>
  /external/bison/
configure     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 132 String ToUtf8String(wchar_t wchar);
    [all...]
  /external/oprofile/libpopt/
popthelp.c 15 #include <wchar.h> /* for mbsrtowcs */
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 27 #include <wchar.h>
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 27 #include <wchar.h>
  /external/open-vcdiff/gtest/src/
gtest.cc 42 #include <wchar.h>
830 WCHAR* unicode = new WCHAR[unicode_length + 1];
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 42 #include <wchar.h>
830 WCHAR* unicode = new WCHAR[unicode_length + 1];
    [all...]

Completed in 2645 milliseconds

1 2 3 4 5 6 78 910