Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3260 CFX_WideTextBuf wsResultBuf; in DecodeURL() local
3264 wsResultBuf.AppendChar(ch); in DecodeURL()
3286 wsResultBuf.AppendChar(chTemp); in DecodeURL()
3289 wsResultBuf.AppendChar(0); in DecodeURL()
3290 return wsResultBuf.MakeString(); in DecodeURL()
3301 CFX_WideTextBuf wsResultBuf; in DecodeHTML() local
3305 wsResultBuf.AppendChar(ch); in DecodeHTML()
3351 wsResultBuf.AppendChar((wchar_t)iData); in DecodeHTML()
3353 wsResultBuf.AppendChar(iCode); in DecodeHTML()
3359 wsResultBuf.AppendChar(0); in DecodeHTML()
[all …]