HomeSort by relevance Sort by last modified time
    Searched full:narrow (Results 126 - 150 of 613) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /external/chromium_org/chrome_frame/
test_utils.cc 190 // Convert wide to narrow. Since the entrypoint must be a narrow string
  /external/clang/docs/
LibASTMatchers.rst 31 <LibASTMatchersReference.html#recordDecl0Anchor>`_. To narrow the match down,
65 matchers that either match the node you're interested in or narrow down
  /external/icu4c/test/testdata/
structLocale.txt     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]

Completed in 780 milliseconds

1 2 3 4 56 7 8 91011>>