Searched defs:wsSrcNum (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp719 bool CFX_FormatString::ParseNum(const CFX_WideString& wsSrcNum, argument
723 if (wsSrcNum.IsEmpty() || wsPattern.IsEmpty()) {
744 const FX_WCHAR* str = wsSrcNum.c_str();
745 int len = wsSrcNum.GetLength();
754 if (!FX_GetNumericDotIndex(wsSrcNum, wsDotSymbol, dot_index) &&
1427 bool CFX_FormatString::ParseNum(const CFX_WideString& wsSrcNum, argument
1431 if (wsSrcNum.IsEmpty() || wsPattern.IsEmpty()) {
1452 const FX_WCHAR* str = wsSrcNum.c_str();
1453 int len = wsSrcNum.GetLength();
1460 if (!FX_GetNumericDotIndex(wsSrcNum, wsDotSymbo
3487 FormatNum(const CFX_WideString& wsSrcNum, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
[all...]

Completed in 197 milliseconds