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

  /external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h 68 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
72 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
75 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
80 #ifndef U_IOSTREAM_SOURCE
81 #define U_IOSTREAM_SOURCE 199711
pfreebsd.h 68 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
72 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
75 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
80 #ifndef U_IOSTREAM_SOURCE
81 #define U_IOSTREAM_SOURCE 199711
plinux.h 68 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
72 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
75 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
80 #ifndef U_IOSTREAM_SOURCE
81 #define U_IOSTREAM_SOURCE 199711
pmac.h 84 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
88 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
91 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
96 #ifndef U_IOSTREAM_SOURCE
97 #define U_IOSTREAM_SOURCE 199711
popenbsd.h 36 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
40 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
43 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
48 #ifndef U_IOSTREAM_SOURCE
49 #define U_IOSTREAM_SOURCE 199711
ppalmos.h 43 * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available
47 * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is
50 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
55 #ifndef U_IOSTREAM_SOURCE
56 #define U_IOSTREAM_SOURCE 199711
pwin32.h 56 * If U_IOSTREAM_SOURCE is set to 199711, then &lt;iostream&gt; is available
60 * If U_IOSTREAM_SOURCE is set to 198506, then &lt;iostream.h&gt; is
63 * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and
68 #ifndef U_IOSTREAM_SOURCE
69 #define U_IOSTREAM_SOURCE 199711
  /external/icu4c/common/unicode/
platform.h 311 * \def U_IOSTREAM_SOURCE
314 * If U_IOSTREAM_SOURCE is set to 199711, then &lt;iostream&gt; is available
320 * If U_IOSTREAM_SOURCE is set to 198506, then &lt;iostream.h&gt; is
325 * If U_IOSTREAM_SOURCE is 0 (or any value less than 199711),
331 #ifndef U_IOSTREAM_SOURCE
332 #define U_IOSTREAM_SOURCE 199711

Completed in 129 milliseconds