Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h62 bool FormatStrNum(const WideStringView& wsInputNum,
Dcfgas_formatstring.cpp1855 bool CFGAS_FormatString::FormatStrNum(const WideStringView& wsInputNum, in FormatStrNum() argument
1858 if (wsInputNum.IsEmpty() || wsPattern.IsEmpty()) in FormatStrNum()
1872 WideString wsSrcNum(wsInputNum); in FormatStrNum()