Home
last modified time | relevance | path

Searched refs:U_MAX_PTR (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dputilimp.h493 #ifndef U_MAX_PTR
496 # define U_MAX_PTR(base) ((void *)0x7fffffff) macro
498 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) macro
510 # define U_MAX_PTR(base) \ macro
516 # define U_MAX_PTR(base) \ macro
Dunistr_cnv.cpp157 char *targetLimit = (char *)U_MAX_PTR(target); in extract()
270 destLimit=(char*)U_MAX_PTR(dest); in doExtract()
Ducnv.cpp1200 if ((const void *)U_MAX_PTR(sourceLimit) == (const void *)sourceLimit) { in ucnv_fromUnicode()
1646 if ((const void *)U_MAX_PTR(targetLimit) == (const void *)targetLimit) { in ucnv_toUnicode()
Dputil.cpp623 return U_MAX_PTR(base); in uprv_maximumPtr()
/third_party/icu/icu4c/source/common/
Dputilimp.h493 #ifndef U_MAX_PTR
496 # define U_MAX_PTR(base) ((void *)0x7fffffff) macro
498 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) macro
510 # define U_MAX_PTR(base) \ macro
516 # define U_MAX_PTR(base) \ macro
Dunistr_cnv.cpp157 char *targetLimit = (char *)U_MAX_PTR(target); in extract()
270 destLimit=(char*)U_MAX_PTR(dest); in doExtract()
Ducnv.cpp1200 if ((const void *)U_MAX_PTR(sourceLimit) == (const void *)sourceLimit) { in ucnv_fromUnicode()
1646 if ((const void *)U_MAX_PTR(targetLimit) == (const void *)targetLimit) { in ucnv_toUnicode()
Dputil.cpp623 return U_MAX_PTR(base); in uprv_maximumPtr()
/third_party/skia/third_party/externals/icu/source/common/
Dputilimp.h493 #ifndef U_MAX_PTR
496 # define U_MAX_PTR(base) ((void *)0x7fffffff) macro
498 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) macro
510 # define U_MAX_PTR(base) \ macro
516 # define U_MAX_PTR(base) \ macro
Dunistr_cnv.cpp157 char *targetLimit = (char *)U_MAX_PTR(target); in extract()
270 destLimit=(char*)U_MAX_PTR(dest); in doExtract()
Ducnv.cpp1193 if ((const void *)U_MAX_PTR(sourceLimit) == (const void *)sourceLimit) { in ucnv_fromUnicode()
1639 if ((const void *)U_MAX_PTR(targetLimit) == (const void *)targetLimit) { in ucnv_toUnicode()
Dputil.cpp623 return U_MAX_PTR(base); in uprv_maximumPtr()