diff options
Diffstat (limited to 'xfa/fgas/crt/cfgas_formatstring.h')
-rw-r--r-- | xfa/fgas/crt/cfgas_formatstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fgas/crt/cfgas_formatstring.h b/xfa/fgas/crt/cfgas_formatstring.h index 87252f472e..c91f43598e 100644 --- a/xfa/fgas/crt/cfgas_formatstring.h +++ b/xfa/fgas/crt/cfgas_formatstring.h @@ -25,6 +25,7 @@ class CFGAS_FormatString { void SplitFormatString(const CFX_WideString& wsFormatString, std::vector<CFX_WideString>* wsPatterns); FX_LOCALECATEGORY GetCategory(const CFX_WideString& wsPattern); + bool ParseText(const CFX_WideString& wsSrcText, const CFX_WideString& wsPattern, CFX_WideString* wsValue); @@ -39,6 +40,7 @@ class CFGAS_FormatString { const CFX_WideString& wsPattern); bool ParseNull(const CFX_WideString& wsSrcText, const CFX_WideString& wsPattern); + bool FormatText(const CFX_WideString& wsSrcText, const CFX_WideString& wsPattern, CFX_WideString* wsOutput); |