Searched defs:U_MAX_PTR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dputilimp.h510 * Use U_MAX_PTR instead of this function.
522 * The definition of U_MAX_PTR must fulfill the following conditions:
531 #ifndef U_MAX_PTR
534 # define U_MAX_PTR(base) ((void *)0x7fffffff) macro
536 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) macro
548 # define U_MAX_PTR(base) \ macro
554 # define U_MAX_PTR(base) \ macro
/external/icu/icu4c/source/common/
H A Dputilimp.h507 * Use U_MAX_PTR instead of this function.
519 * The definition of U_MAX_PTR must fulfill the following conditions:
528 #ifndef U_MAX_PTR
531 # define U_MAX_PTR(base) ((void *)0x7fffffff) macro
533 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) macro
545 # define U_MAX_PTR(base) \ macro
551 # define U_MAX_PTR(base) \ macro

Completed in 90 milliseconds