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 507 * 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)
533 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base)
545 # define U_MAX_PTR(base) \
551 # define U_MAX_PTR(base) \
unistr_cnv.cpp 155 char *targetLimit = (char *)U_MAX_PTR(target);
156 // U_MAX_PTR(target) returns a targetLimit that is at most 0x7fffffff
267 // Pin the limit to U_MAX_PTR if the "magic" destCapacity is used.
268 destLimit=(char*)U_MAX_PTR(dest);
ucnv.c     [all...]
putil.cpp 590 return U_MAX_PTR(base);
    [all...]

Completed in 246 milliseconds