Home | History | Annotate | Download | only in intltest

Lines Matching full:big1

1058     const char big1[] = "123456789abcdef0";
1064 LLAssert(llong::atoll(big1, 16) == llong(0x12345678, 0x9abcdef0));
1090 LLAssert((llong(0x12345678, 0x9abcdef0).lltoa(buf, (uint32_t)sizeof(buf), 16) == 16) && (strcmp(buf, big1) == 0));