Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp29 ByteString bsSymbols; in GetNumbericSymbol() local
33 bsSymbols = "numberSymbols"; in GetNumbericSymbol()
37 bsSymbols = "numberSymbols"; in GetNumbericSymbol()
41 bsSymbols = "numberSymbols"; in GetNumbericSymbol()
45 bsSymbols = "numberSymbols"; in GetNumbericSymbol()
49 bsSymbols = "numberSymbols"; in GetNumbericSymbol()
53 bsSymbols = "currencySymbols"; in GetNumbericSymbol()
57 bsSymbols = "currencySymbols"; in GetNumbericSymbol()
64 m_pLocaleData->GetElement("", bsSymbols.AsStringView(), 0); in GetNumbericSymbol()
69 pElement, ByteStringView(bsSymbols.c_str(), bsSymbols.GetLength() - 1), in GetNumbericSymbol()