Searched refs:GetLiteralText (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 120 WideString GetLiteralText(pdfium::span<const wchar_t> spStrPattern, in GetLiteralText() function 203 GetLiteralText(spNum, &ccf); in GetNumericDotIndex() 252 WideString wsLiteral = GetLiteralText(spDatePattern, &ccf); in ParseLocaleDate() 371 WideString wsLiteral = GetLiteralText(spTimePattern, &ccf); in ParseLocaleTime() 576 wsResult += GetLiteralText(spDatePattern, &ccf); in DateFormat() 644 wsResult += GetLiteralText(spTimePattern, &ccf); in TimeFormat() 890 GetLiteralText(m_spPattern, &ccf); in GetCategory() 942 GetLiteralText(m_spPattern, &ccf); in GetTextFormat() 993 GetLiteralText(m_spPattern, &ccf); in GetNumericFormat() 1099 WideString wsLiteral = GetLiteralText(spTextFormat, &iPattern); in ParseText() [all …]
|