Searched refs:Base63Char (Results 1 – 1 of 1) sorted by relevance
171 char Base63Char(int value) { in Base63Char() function188 res += Base63Char(static_cast<int>(n % 63)); in Base63()