Searched refs:PRIb16 (Results 1 – 2 of 2) sorted by relevance
89 #define PRIb16 "b" /* int16_t */ macro
3066 EXPECT_SNPRINTF("<1010101010101010>", "<%" PRIb16 ">", s); in TEST()3068 EXPECT_SNPRINTF("<0b1010101010101010>", "<%#" PRIb16 ">", s); in TEST()3107 EXPECT_SWPRINTF(L"<1010101010101010>", L"<%" PRIb16 ">", s); in TEST()3109 EXPECT_SWPRINTF(L"<0b1010101010101010>", L"<%#" PRIb16 ">", s); in TEST()