HomeSort by relevance Sort by last modified time
    Searched refs:U_MAX_PTR (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
putilimp.h 512 * Use U_MAX_PTR instead of this function.
524 * The definition of U_MAX_PTR must fulfill the following conditions:
533 #ifndef U_MAX_PTR
536 # define U_MAX_PTR(base) ((void *)0x7fffffff)
538 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base)
550 # define U_MAX_PTR(base) \
556 # 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 609 return U_MAX_PTR(base);
    [all...]

Completed in 437 milliseconds