Home | History | Annotate | Download | only in intl

Lines Matching refs:PRIi64

175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli")
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64;