Home
last modified time | relevance | path

Searched refs:bigIntegerToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/bigint/
H A DBigIntegerUtils.hh20 std::string bigIntegerToString(const BigInteger &x);
H A DBigIntegerUtils.cc16 std::string bigIntegerToString(const BigInteger &x) { in bigIntegerToString() function