OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U_GCC_MAJOR_MINOR
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
platform.h
345
* \def
U_GCC_MAJOR_MINOR
348
* If the compiler is not gcc, then
U_GCC_MAJOR_MINOR
== 0.
351
* use "#if
U_GCC_MAJOR_MINOR
>= 406".
355
# define
U_GCC_MAJOR_MINOR
(__GNUC__ * 100 + __GNUC_MINOR__)
357
# define
U_GCC_MAJOR_MINOR
0
/external/icu/libandroidicu/include/unicode/
platform.h
345
* \def
U_GCC_MAJOR_MINOR
348
* If the compiler is not gcc, then
U_GCC_MAJOR_MINOR
== 0.
351
* use "#if
U_GCC_MAJOR_MINOR
>= 406".
355
# define
U_GCC_MAJOR_MINOR
(__GNUC__ * 100 + __GNUC_MINOR__)
357
# define
U_GCC_MAJOR_MINOR
0
Completed in 902 milliseconds