OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U_MAX_PTR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
putilimp.h
240
* Use
U_MAX_PTR
instead of this function.
252
* The definition of
U_MAX_PTR
must fulfill the following conditions:
261
#ifndef
U_MAX_PTR
264
# define
U_MAX_PTR
(base) ((void *)0x7fffffff)
266
# define
U_MAX_PTR
(base) uprv_maximumPtr((void *)base)
275
# define
U_MAX_PTR
(base) \
280
# define
U_MAX_PTR
(base) \
/external/icu4c/common/
putilimp.h
473
* Use
U_MAX_PTR
instead of this function.
485
* The definition of
U_MAX_PTR
must fulfill the following conditions:
494
#ifndef
U_MAX_PTR
497
# define
U_MAX_PTR
(base) ((void *)0x7fffffff)
499
# define
U_MAX_PTR
(base) uprv_maximumPtr((void *)base)
511
# define
U_MAX_PTR
(base) \
517
# define
U_MAX_PTR
(base) \
Completed in 315 milliseconds