Searched refs:wideInput (Results 1 – 3 of 3) sorted by relevance
232 bool wideInput, bool wideOutput) { in DoFormatString() argument238 SkASSERT(wideInput); in DoFormatString()252 SkASSERT(!wideInput || !(win[i] & ~0xFF)); in DoFormatString()253 char val = wideInput ? win[i] : cin[i]; in DoFormatString()264 SkASSERT(!wideInput || !(win[i] & ~0xFF)); in DoFormatString()265 char val = wideInput ? win[i] : cin[i]; in DoFormatString()275 SkASSERT(!wideInput || !(win[i] & ~0xFF)); in DoFormatString()276 unsigned char val = wideInput ? win[i] : cin[i]; in DoFormatString()
232 bool wideInput, bool wideOutput);
311 WTF::String wideInput( in TEST()315 WebCore::encodeWithURLEscapeSequences(wideInput); in TEST()