Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp872 CFX_WideTextBuf wsResultBuf; in DecodeURL() local
876 wsResultBuf.AppendChar(ch); in DecodeURL()
892 wsResultBuf.AppendChar(chTemp); in DecodeURL()
894 wsResultBuf.AppendChar(0); in DecodeURL()
895 return wsResultBuf.MakeString(); in DecodeURL()
901 CFX_WideTextBuf wsResultBuf; in DecodeMLInternal() local
905 wsResultBuf.AppendChar(ch); in DecodeMLInternal()
931 wsResultBuf.AppendChar(iCode); in DecodeMLInternal()
948 wsResultBuf.AppendChar((wchar_t)iData); in DecodeMLInternal()
951 wsResultBuf.AppendChar('"'); in DecodeMLInternal()
[all …]