Searched refs:wideChars (Results 1 – 2 of 2) sorted by relevance
201 SkPDFString::SkPDFString(const uint16_t* value, size_t len, bool wideChars) in SkPDFString() argument202 : fValue(FormatString(value, len, wideChars)) { in SkPDFString()226 bool wideChars) { in FormatString() argument227 return DoFormatString(input, len, true, wideChars); in FormatString()
215 SkPDFString(const uint16_t* value, size_t len, bool wideChars);225 bool wideChars);