Searched refs:appendS64 (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DStringTest.cpp123 a.appendS64(0x7FFFFFFFFFFFFFFFLL, 0);
126 a.appendS64(0x8000000000000001LL, 0);
129 a.appendS64(0x8000000000000000LL, 0);
132 a.appendS64(0x0000000001000000LL, 15);
135 a.appendS64(0xFFFFFFFFFF000000LL, 15);
/external/skia/include/core/
H A DSkString.h207 void appendS64(int64_t value, int minDigits = 0) { this->insertS64((size_t)-1, value, minDigits); } function in class:SkString

Completed in 29 milliseconds