Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dctypeset.cpp132 bool IsCurrencySymbol(uint16_t word) { in IsCurrencySymbol() function
141 return IsCurrencySymbol(word) || word == 0x2116; in IsPrefixSymbol()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dctypeset.cpp132 bool IsCurrencySymbol(uint16_t word) { in IsCurrencySymbol() function
141 return IsCurrencySymbol(word) || word == 0x2116; in IsPrefixSymbol()
/dports/databases/pgloader3/cl-unicode-20210124-git/test/
H A Dproperties48 (#x0024 "IsCurrencySymbol" t)
/dports/databases/pgloader3/cl-ppcre-20190521-git/test/
H A Dunicodetestdata48 (#x0024 "IsCurrencySymbol" t)
/dports/textproc/cl-ppcre/cl-ppcre-2.1.1/test/
H A Dunicodetestdata48 (#x0024 "IsCurrencySymbol" t)
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dctypeset.cpp130 bool IsCurrencySymbol(uint16_t word) { in IsCurrencySymbol() function
139 return IsCurrencySymbol(word) || word == 0x2116; in IsPrefixSymbol()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dctypeset.cpp129 bool IsCurrencySymbol(uint16_t word) { in IsCurrencySymbol() function
138 return IsCurrencySymbol(word) || word == 0x2116; in IsPrefixSymbol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlimprt.hxx257 …bool IsCurrencySymbol(const sal_Int32 nNumberFormat, const OUString& sCurrencySymbol, std::u16stri…
H A Dxmlimprt.cxx859 bool ScXMLImport::IsCurrencySymbol(const sal_Int32 nNumberFormat, const OUString& sCurrentCurrency,… in IsCurrencySymbol() function in ScXMLImport
970 if (!IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType()
984 … sCurrentCurrency != rCurrency && !IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlimprt.hxx392 …bool IsCurrencySymbol(const sal_Int32 nNumberFormat, const OUString& sCurrencySymbol, const OUStri…
H A Dxmlimprt.cxx1185 bool ScXMLImport::IsCurrencySymbol(const sal_Int32 nNumberFormat, const OUString& sCurrentCurrency,… in IsCurrencySymbol() function in ScXMLImport
1295 if (!IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType()
1309 … sCurrentCurrency != rCurrency && !IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType()