OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_MAX_PTR
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/
putilimp.h
526
* Use
U_MAX_PTR
instead of this function.
538
* The definition of
U_MAX_PTR
must fulfill the following conditions:
547
#ifndef
U_MAX_PTR
550
# define
U_MAX_PTR
(base) ((void *)0x7fffffff)
552
# define
U_MAX_PTR
(base) uprv_maximumPtr((void *)base)
564
# define
U_MAX_PTR
(base) \
570
# define
U_MAX_PTR
(base) \
unistr_cnv.cpp
157
char *targetLimit = (char *)
U_MAX_PTR
(target);
158
//
U_MAX_PTR
(target) returns a targetLimit that is at most 0x7fffffff
269
// Pin the limit to
U_MAX_PTR
if the "magic" destCapacity is used.
270
destLimit=(char*)
U_MAX_PTR
(dest);
ucnv.cpp
[
all
...]
putil.cpp
630
return
U_MAX_PTR
(base);
[
all
...]
Completed in 103 milliseconds